UNPKG

jsonschema-bigquery

Version:
15 lines (14 loc) 268 B
{ "id": "http://yourdomain.com/schemas/myschema.json", "description": "Example description", "type": "object", "properties": { "names": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false }