We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62baa8 commit 537bcb4Copy full SHA for 537bcb4
src/schema.ts
@@ -93,6 +93,7 @@ export function isArrayOasSchema(schema: any): schema is ArrayOasSchema {
93
}
94
95
export interface ObjectOasSchema extends ObjectJsonSchema, OasSchema<Record<string, any>> {
96
+ additionalProperties?: OasSchema;
97
allOf?: Array<ObjectOasSchema | Reference>;
98
anyOf?: Array<ObjectOasSchema | Reference>;
99
discriminator?: Discriminator;
0 commit comments