ValidationError

A validation error

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
path string JSON path to the error location
message string Error message
code string Error code
View JSON Schema on GitHub

JSON Schema

application-research-validationerror-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ValidationError",
  "title": "ValidationError",
  "type": "object",
  "description": "A validation error",
  "properties": {
    "path": {
      "type": "string",
      "description": "JSON path to the error location"
    },
    "message": {
      "type": "string",
      "description": "Error message"
    },
    "code": {
      "type": "string",
      "description": "Error code"
    }
  }
}