Not Found

APIs.ioEngineeringPlatform

Properties

Name Type Description
error object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-instancenotfoundelementfolder-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/instanceNotFoundElementFolder",
  "title": "Not Found",
  "type": "object",
  "properties": {
    "error": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "description": "The error name.",
          "example": "instanceNotFoundError"
        },
        "message": {
          "type": "string",
          "description": "The error message.",
          "example": "The specified API does not exist."
        }
      }
    }
  }
}