Schema.org · JSON Structure

Schema Org Drug

A chemical or biologic substance, used as a medical therapy, that has a physiological effect on an organism.

Type: object Properties: 30 Required: 1
Schema.orgStructured DataLinked DataJSON-LDVocabularySEOWeb StandardsRDFOntology

Drug is a JSON Structure definition published by Schema.org, describing 30 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

type context name description url alternateName nonProprietaryName proprietaryName activeIngredient drugClass administrationRoute dosageForm doseSchedule mechanismOfAction interactingDrug foodWarning alcoholWarning pregnancyWarning breastfeedingWarning warning overdosage clinicalPharmacology availableStrength isProprietary isAvailableGenerically prescriptionStatus legalStatus manufacturer code sameAs

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

schema-org-drug.json Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "type": "object",
  "name": "Drug",
  "description": "A chemical or biologic substance, used as a medical therapy, that has a physiological effect on an organism.",
  "properties": {
    "type": { "type": "string" },
    "context": { "type": "string" },
    "name": { "type": "string" },
    "description": { "type": "string" },
    "url": { "type": "string" },
    "alternateName": { "type": "array", "items": { "type": "string" } },
    "nonProprietaryName": { "type": "string" },
    "proprietaryName": { "type": "string" },
    "activeIngredient": { "type": "array", "items": { "type": "string" } },
    "drugClass": { "type": { "$ref": "#/definitions/DrugClass" } },
    "administrationRoute": { "type": "string" },
    "dosageForm": { "type": "string" },
    "doseSchedule": { "type": "array", "items": { "type": { "$ref": "#/definitions/DoseSchedule" } } },
    "mechanismOfAction": { "type": "string" },
    "interactingDrug": { "type": "array", "items": { "type": { "$ref": "#" } } },
    "foodWarning": { "type": "string" },
    "alcoholWarning": { "type": "string" },
    "pregnancyWarning": { "type": "string" },
    "breastfeedingWarning": { "type": "string" },
    "warning": { "type": "string" },
    "overdosage": { "type": "string" },
    "clinicalPharmacology": { "type": "string" },
    "availableStrength": { "type": "array", "items": { "type": { "$ref": "#/definitions/DrugStrength" } } },
    "isProprietary": { "type": "boolean" },
    "isAvailableGenerically": { "type": "boolean" },
    "prescriptionStatus": { "type": "string" },
    "legalStatus": { "type": "string" },
    "manufacturer": { "type": { "$ref": "schema-org-organization.json" } },
    "code": { "type": { "$ref": "#/definitions/MedicalCode" } },
    "sameAs": { "type": "array", "items": { "type": "string" } }
  },
  "required": ["name"],
  "definitions": {
    "DrugClass": {
      "type": "object",
      "name": "DrugClass",
      "properties": {
        "type": { "type": "string" },
        "name": { "type": "string" }
      }
    },
    "DoseSchedule": {
      "type": "object",
      "name": "DoseSchedule",
      "properties": {
        "type": { "type": "string" },
        "doseUnit": { "type": "string" },
        "doseValue": { "type": "number" },
        "frequency": { "type": "string" },
        "targetPopulation": { "type": "string" }
      }
    },
    "DrugStrength": {
      "type": "object",
      "name": "DrugStrength",
      "properties": {
        "type": { "type": "string" },
        "activeIngredient": { "type": "string" },
        "strengthUnit": { "type": "string" },
        "strengthValue": { "type": "number" }
      }
    },
    "MedicalCode": {
      "type": "object",
      "name": "MedicalCode",
      "properties": {
        "type": { "type": "string" },
        "codeValue": { "type": "string" },
        "codingSystem": { "type": "string" }
      }
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/schema-org-drug"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.