Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.14 KB

File metadata and controls

39 lines (26 loc) · 1.14 KB

SchemaValidationRequestBody

Properties

Name Type Required Description
schema SchemaValidationRequestBodySchema

SchemaValidationRequestBodySchema

Properties

Name Type Required Description
language SchemaLanguage The definition format.
schema string The stringified API definition.
type SchemaType The definition type.

SchemaLanguage

The definition format.

Properties

Name Type Required Description
JSON string "json"
YAML string "yaml"

SchemaType

The definition type.

Properties

Name Type Required Description
OPENAPI3 string "openapi3"
OPENAPI2 string "openapi2"