tdegrunt / jsonschema

JSON Schema validation
Other
1.82k stars 262 forks source link

Added contains to Schema type in index.ts #391

Closed iTz1T4Y07 closed 10 months ago

iTz1T4Y07 commented 10 months 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 10 months ago

@awwright @tdegrunt