UNPKG

jsonschema-bigquery

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