json-schema-typed icon indicating copy to clipboard operation
json-schema-typed copied to clipboard

JSON Schema TypeScript definitions with complete inline documentation.

Results 3 json-schema-typed issues
Sort by recently updated
recently updated
newest added
trafficstars

Nice schema types. You can enhance the schema definitions by adding a integer type for specific properties. For example: Number = Float & Signed Integer Integer = Rounded Signed Integer...

It's right there in the comment that `type` is not optional or am I wrong? https://github.com/jrylan/json-schema-typed/blob/6b2654691f80649ddb3177c727d05af7cf471d36/dist/node/draft-07.ts#L682

Hello @remyrylan and thanks for putting these types together! I plan to use the `JSONSchema` type to author some schemas in TypeScript based on the draft 07, but I would...