Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.2 KB

SchemaSecurityValidationRequest.md

File metadata and controls

41 lines (27 loc) · 1.2 KB

SchemaSecurityValidationRequest

Properties

Name Type Required Description
Schema SchemaSecurityValidationSchema

SchemaSecurityValidationSchema

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"