Invalid Schema

APIs.ioEngineeringPlatform

Properties

Name Type Description
error object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-schemasecurityvalidation400error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/schemaSecurityValidation400Error",
  "title": "Invalid Schema",
  "type": "object",
  "properties": {
    "error": {
      "type": "object",
      "properties": {
        "name": {
          "type": "object",
          "properties": {
            "name": {
              "type": "string",
              "description": "The error name.",
              "example": "Invalid schema"
            },
            "message": {
              "type": "string",
              "description": "The error message.",
              "example": "Provided schema type is not supported."
            }
          }
        }
      }
    }
  }
}