v7.2.0v7.1.1
Reading changes from the repo…
PropertiesSchema
and RequiredMembers
types are introduced, allowing you to declare shared properties and required members across multiple schemas more easily. JSONSchemaType
now supports ReadonlyArray
, enabling developers to use read-only arrays in various schema definitions like enum
and items
without issues. JTDSchemaType
is improved, allowing for better type inference without the need for manual annotations when compiling and validating schemas. JTDSchemaType
handling of null values, ensuring that an empty schema with nullable correctly matches null, thus improving validation accuracy. JTDSchemaType
, ensuring they can be validated with an empty schema, which enhances the flexibility of schema definitions.