ffs, i should have committed wayyy earlier
This commit is contained in:
12
registry/schema-org/Url.json
Normal file
12
registry/schema-org/Url.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "https://schema.org/Url",
|
||||
"title": "URL",
|
||||
"description": "A URL as defined by schema.org/URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
"examples": [
|
||||
"https://example.com",
|
||||
"http://www.example.org/image.png"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user