StudySize

BiomedicalResearchPubMedClinicalTrialsPubChemGenomicsHealthScienceGovernment

Properties

Name Type Description
id string
sizeBytes integer
View JSON Schema on GitHub

JSON Schema

clinicaltrials-studysize.json Raw ↑
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "sizeBytes": {
      "type": "integer",
      "format": "int32"
    }
  },
  "additionalProperties": false,
  "required": [
    "id",
    "sizeBytes"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "StudySize"
}