Properties
Name | Type | Required | Description |
---|---|---|---|
Schema | SchemaSecurityValidationSchema | ❌ |
Properties
Name | Type | Required | Description |
---|---|---|---|
Language | SchemaLanguage | ✅ | The definition format. |
Schema | string | ✅ | The stringified API definition. |
Type_ | SchemaType | ✅ | The definition type. |
The definition format.
Properties
Name | Type | Required | Description |
---|---|---|---|
Json | string | ✅ | "json" |
Yaml | string | ✅ | "yaml" |
The definition type.
Properties
Name | Type | Required | Description |
---|---|---|---|
Openapi3 | string | ✅ | "openapi3" |
Openapi2 | string | ✅ | "openapi2" |