Validation Error Simple

Validation Error Simple

APIs.ioEngineeringPlatform

Properties

Name Type Description
message string
documentation_url string
errors array
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-validation-error-simple-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/validation-error-simple",
  "title": "Validation Error Simple",
  "description": "Validation Error Simple",
  "type": "object",
  "required": [
    "message",
    "documentation_url"
  ],
  "properties": {
    "message": {
      "type": "string"
    },
    "documentation_url": {
      "type": "string"
    },
    "errors": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}