Basic Error

Basic Error

APIs.ioEngineeringPlatform

Properties

Name Type Description
message string
documentation_url string
url string
status string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-basic-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/basic-error",
  "title": "Basic Error",
  "description": "Basic Error",
  "type": "object",
  "properties": {
    "message": {
      "type": "string"
    },
    "documentation_url": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "status": {
      "type": "string"
    }
  }
}