- SourceMeta name
- eventvenue
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.467 bytes
- Bytes bundled
- 1.467 bytes
- Health
- 10%
- Dependencies
- -
Health issues
- 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_examples
- Message
- Set a non-empty examples array at the top level of the schema to illustrate the expected data
- Pointers
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/address/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/endDate/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/location/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/map/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/name/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/postalCode/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/registrationUrl/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/startDate/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/url/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/kamer-van-koophandel/ondernemersplein-overheid-nl-open-data-api-8-be1ueng/eventvenue",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "Represents the location where an event takes place.",
"properties": {
"address": {
"description": "Venue address.",
"type": [
"string",
"null"
]
},
"endDate": {
"description": "Event end date and time.",
"format": "date-time",
"type": "string"
},
"location": {
"description": "Venue location (city).",
"type": [
"string",
"null"
]
},
"map": {
"description": "Venue location on Google Maps.",
"type": [
"string",
"null"
]
},
"name": {
"description": "Venue name.",
"type": [
"string",
"null"
]
},
"postalCode": {
"description": "Venue postal code.",
"type": [
"string",
"null"
]
},
"registrationUrl": {
"description": "Registration URL.",
"type": [
"string",
"null"
]
},
"startDate": {
"description": "Event start date and time.",
"format": "date-time",
"type": "string"
},
"url": {
"description": "Venue website.",
"type": [
"string",
"null"
]
}
},
"type": "object",
"x-derived-from": [
"https://opendata.ondernemersplein.nl/swagger/v1/swagger.json#/components/schemas/EventVenue"
]
}