ValidationError

dermatology-apiai-dermatologymedical-imagingtelemedicineskin-analysisrest-apiopenapillms-txtce-markedwhite-labelhealthcaremedical-aicomputer-visionmedical-deviceicd-10image-classificationclinical-decision-supporttriage

Properties

Name Type Description
loc array
msg string
type string
input object
ctx object
View JSON Schema on GitHub

JSON Schema

autoderm-ai-dermatology-api-ValidationError.json Raw ↑
{
  "properties": {
    "loc": {
      "items": {
        "anyOf": [
          {
            "type": "string"
          },
          {
            "type": "integer"
          }
        ]
      },
      "type": "array",
      "title": "Location"
    },
    "msg": {
      "type": "string",
      "title": "Message"
    },
    "type": {
      "type": "string",
      "title": "Error Type"
    },
    "input": {
      "title": "Input"
    },
    "ctx": {
      "type": "object",
      "title": "Context"
    }
  },
  "type": "object",
  "required": [
    "loc",
    "msg",
    "type"
  ],
  "title": "ValidationError",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.autoderm.ai/schemas/ValidationError.json"
}