Skip to content

Commit

Permalink
Remove url field from preview metadata example (see #91)
Browse files Browse the repository at this point in the history
URL is now built by resolving URI template: `/preview?id={id}`
  • Loading branch information
fsteeg committed Dec 6, 2022
1 parent 6baa5d6 commit 480b3fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion latest/examples/preview-metadata/valid/example.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"url": "https://example.com/api/preview?id={{id}}",
"width": 200,
"height": 100
}

0 comments on commit 480b3fc

Please sign in to comment.