This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://json-schema.org/draft-07/schema", | |
"$id": "https://example.com/public_toilets.schema.json", | |
"title": "Public Toilets", | |
"description": "List of Public Toilets", | |
"type": "object", | |
"properties": { | |
"ExtractDate": | |
{ | |
"description": "The date that the data was last extracted from its source database or manually updated", |