UNPKG

jsonschema-bigquery

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