UNPKG

jsonschema-bigquery

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