API Not Found

APIs.ioEngineeringPlatform

Properties

Name Type Description
type string The type of error.
title string A short summary of the problem.
detail string Information about the error.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-api404errornotfound-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api404ErrorNotFound",
  "title": "API Not Found",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "The type of error.",
      "example": "instanceNotFoundError"
    },
    "title": {
      "type": "string",
      "description": "A short summary of the problem.",
      "example": "We could not find the API you are looking for"
    },
    "detail": {
      "type": "string",
      "description": "Information about the error.",
      "example": "We could not find the API you are looking for"
    }
  }
}