UNPKG

jsonschema-bigquery

Version:
18 lines (17 loc) 272 B
{ "id": "http://yourdomain.com/schemas/myschema.json", "type": "object", "properties": { "name": { "oneOf": [ { "type": "string" }, { "type": "null" } ] } }, "additionalProperties": false }