13 lines
298 B
JSON
13 lines
298 B
JSON
{
|
|
"$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"
|
|
]
|
|
}
|