Skip to content

Instantly share code, notes, and snippets.

View mhuang74's full-sized avatar

Michael S. Huang mhuang74

  • Marin Software
  • Taiwan
View GitHub Profile
@mhuang74
mhuang74 / public_toilets.schema.json
Last active January 24, 2022 11:14
JSON Schema for Public Toilets Dataset
{
"$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",