tdegrunt / jsonschema

JSON Schema validation
Other
1.83k stars 263 forks source link

Added contains to Schema type in index.ts #391

Closed iTz1T4Y07 closed 1 year ago

iTz1T4Y07 commented 1 year ago

The contains keyword can be used and used in js. But the Schema type is missing 'contains' keyword. So I added it to support it in typescript

iTz1T4Y07 commented 1 year ago

@awwright @tdegrunt