DefinitelyTyped/types/swagger-schema-official
Benjamín Eidelman 7330cd3a68 allow additionalProperties: false (#39167)
From https://swagger.io/specification/#model-with-map-dictionary-properties-88

> additionalProperties - Value can be boolean or object. Inline or referenced schema MUST be of a Schema Object and not a standard JSON Schema. Consistent with JSON Schema, additionalProperties defaults to true.

`additionalProperties: false` especially is important as it's the only way to forbid extra properties.
2019-10-16 10:17:35 -07:00
..
index.d.ts
swagger-schema-official-tests.ts
tsconfig.json
tslint.json