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" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs