Files
marka/registry/schema-org/Url.json
2025-08-16 20:38:40 +02:00

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"
]
}