@openactive/data-models
Version:
Data models used to drive that OpenActive validator, developer documentation, and model libraries
21 lines (20 loc) • 515 B
JSON
{
"type": "BabyChanging",
"subClassOf": "#LocationFeatureSpecification",
"fields": {
"type": {
"fieldName": "type",
"requiredType": "https://schema.org/Text",
"requiredContent": "BabyChanging"
},
"name": {
"fieldName": "name",
"sameAs": "https://schema.org/name",
"requiredType": "https://schema.org/Text",
"example": "Baby Changing Facilities",
"description": [
"A string, suitable for presentation in user interfaces."
]
}
}
}