tdegrunt / jsonschema

JSON Schema validation
Other
1.82k stars 262 forks source link

Fix/add contains to schema type #392

Closed iTz1T4Y07 closed 5 months ago

iTz1T4Y07 commented 10 months ago

Added 'contains' keyword to Schema type in index.ts The contains implemented already in js, but never was added to the types

iTz1T4Y07 commented 10 months ago

@tdegrunt @awwright