9 lines
236 B
JSON
9 lines
236 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "schema:URL",
|
|
"title": "URL",
|
|
"description": "Data type: URL.",
|
|
"type": "object",
|
|
"allOf": [{ "description": "Data type: Text.", "$ref": "schema:Text" }]
|
|
}
|