- Now throws an error if properties of an object has not been given or does not contain any fields.
- Object descriptions are now processed correctly
additionalProperties
check is now optional.
- Set requirePartitionFilter to true when creating GBQ tables
- Supports nested combined schemas with null types.
jsbq
can convert and print a schema without touching BigQuery.
- Now throws an error if no type is given for a property.
- Make
"additionalProperties": false
required for allobject
type properties in input JSON Schema.
- Support for nested descriptions.
- Improved error message when dealing with union types.
- Bug fix for jsbq command.
- Rewrite with improved support for
allOf
,anyOf
andoneOf
combined schemas.
- Support fields with nullable types using
anyOf
method.
- Supports
allOf
,anyOf
andoneOf
combined schemas.
- Supports timestamp fields.
- Supports repeated fields.
- Now supporting fields with type(s) as an array.
- Field descriptions now supported.
- Required fields supported.
- Initial release.