- SourceMeta name
- traveladvicedocument
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.337 bytes
- Bytes bundled
- 5.217 bytes
- Health
- 68%
- Dependencies
- 3
Dependencies
- At
- /properties/content/items/$ref
- At
- /properties/files/items/$ref
- At
- /properties/contentblocks/items/$ref
Health issues
- Name
- unknown_keywords_prefix
- Message
- Future versions of JSON Schema will refuse to evaluate unknown keywords or custom keywords from optional vocabularies that don't have an x- prefix
- Pointers
- /xml
- Name
- top_level_title
- Message
- Set a concise non-empty title at the top level of the schema to explain what the definition is about
- Pointers
- Name
- top_level_description
- Message
- Set a non-empty description at the top level of the schema to explain what the definition is about in detail
- Pointers
- Name
- top_level_examples
- Message
- Set a non-empty examples array at the top level of the schema to illustrate the expected data
- Pointers
- Name
- unknown_keywords_prefix
- Message
- Future versions of JSON Schema will refuse to evaluate unknown keywords or custom keywords from optional vocabularies that don't have an x- prefix
- Pointers
- /properties/authorities/xml
- Name
- unknown_keywords_prefix
- Message
- Future versions of JSON Schema will refuse to evaluate unknown keywords or custom keywords from optional vocabularies that don't have an x- prefix
- Pointers
- /properties/authorities/items/xml
- Name
- unknown_keywords_prefix
- Message
- Future versions of JSON Schema will refuse to evaluate unknown keywords or custom keywords from optional vocabularies that don't have an x- prefix
- Pointers
- /properties/content/xml
- Name
- unknown_keywords_prefix
- Message
- Future versions of JSON Schema will refuse to evaluate unknown keywords or custom keywords from optional vocabularies that don't have an x- prefix
- Pointers
- /properties/creators/xml
- Name
- unknown_keywords_prefix
- Message
- Future versions of JSON Schema will refuse to evaluate unknown keywords or custom keywords from optional vocabularies that don't have an x- prefix
- Pointers
- /properties/creators/items/xml
- Name
- unknown_keywords_prefix
- Message
- Future versions of JSON Schema will refuse to evaluate unknown keywords or custom keywords from optional vocabularies that don't have an x- prefix
- Pointers
- /properties/files/xml
- Name
- unknown_keywords_prefix
- Message
- Future versions of JSON Schema will refuse to evaluate unknown keywords or custom keywords from optional vocabularies that don't have an x- prefix
- Pointers
- /properties/rightsholders/xml
- Name
- unknown_keywords_prefix
- Message
- Future versions of JSON Schema will refuse to evaluate unknown keywords or custom keywords from optional vocabularies that don't have an x- prefix
- Pointers
- /properties/rightsholders/items/xml
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/ministerie-van-buitenlandse-zaken/nederland-wereldwijd-zioabu6hr/traveladvicedocument",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"additionalinformation": {
"type": "string"
},
"authorities": {
"items": {
"type": "string",
"xml": {
"name": "department"
}
},
"type": "array",
"xml": {
"nodeType": "element"
}
},
"available": {
"format": "date-time",
"type": "string"
},
"canonical": {
"type": "string"
},
"content": {
"items": {
"$ref": "./category"
},
"type": "array",
"xml": {
"nodeType": "element"
}
},
"creators": {
"items": {
"type": "string",
"xml": {
"name": "department"
}
},
"type": "array",
"xml": {
"nodeType": "element"
}
},
"dataurl": {
"type": "string"
},
"files": {
"items": {
"$ref": "./file"
},
"type": "array",
"xml": {
"nodeType": "element"
}
},
"id": {
"type": "string"
},
"introduction": {
"type": "string"
},
"isocode": {
"type": "string"
},
"issued": {
"format": "date-time",
"type": "string"
},
"language": {
"type": "string"
},
"lastmodified": {
"format": "date-time",
"type": "string"
},
"license": {
"type": "string"
},
"location": {
"type": "string"
},
"locationkey": {
"type": "string"
},
"modificationdate": {
"type": "string"
},
"modifications": {
"type": "string"
},
"rightsholders": {
"items": {
"type": "string",
"xml": {
"name": "department"
}
},
"type": "array",
"xml": {
"nodeType": "element"
}
},
"title": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object",
"x-derived-from": [
"https://opendata.nederlandwereldwijd.nl/v2/sources/nederlandwereldwijd/openapi.yaml#/components/schemas/travel-advice-document"
],
"xml": {
"name": "document"
}
}