SearchDocument

BiomedicalResearchPubMedClinicalTrialsPubChemGenomicsHealthScienceGovernment

Properties

Name Type Description
areas array
name string
View JSON Schema on GitHub

JSON Schema

clinicaltrials-searchdocument.json Raw ↑
{
  "type": "object",
  "properties": {
    "areas": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SearchArea"
      }
    },
    "name": {
      "type": "string"
    }
  },
  "additionalProperties": false,
  "required": [
    "areas",
    "name"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SearchDocument"
}