DiseaseCatalogLocalizedEntry

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

Properties

Name Type Description
name string
simple_name object
read_more_url object
View JSON Schema on GitHub

JSON Schema

autoderm-ai-dermatology-api-DiseaseCatalogLocalizedEntry.json Raw ↑
{
  "properties": {
    "name": {
      "type": "string",
      "title": "Name"
    },
    "simple_name": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Simple Name"
    },
    "read_more_url": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Read More Url"
    }
  },
  "type": "object",
  "required": [
    "name",
    "simple_name",
    "read_more_url"
  ],
  "title": "DiseaseCatalogLocalizedEntry",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.autoderm.ai/schemas/DiseaseCatalogLocalizedEntry.json"
}