Properties
| Name | Type | Required | Description |
|---|---|---|---|
| schema | SchemaValidationRequestBodySchema | ❌ |
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" |