National Institutes of Health (NIH) · Schema
v2DownloadSummary
BiomedicalResearchPubMedClinicalTrialsPubChemGenomicsHealthScienceGovernment
Properties
| Name | Type | Description |
|---|---|---|
| record_count | integer | |
| assembly_count | integer | |
| resource_updated_on | string | |
| hydrated | object | |
| dehydrated | object | |
| errors | array | |
| messages | array | |
| available_files | object |
JSON Schema
{
"type": "object",
"properties": {
"record_count": {
"type": "integer",
"title": "The number of records for the requested filter."
},
"assembly_count": {
"type": "integer",
"title": "For backwards compatability with old VirusDatasetSummary"
},
"resource_updated_on": {
"type": "string",
"format": "date-time",
"title": "The latest date on which the resource was updated."
},
"hydrated": {
"$ref": "#/components/schemas/v2DownloadSummaryHydrated"
},
"dehydrated": {
"$ref": "#/components/schemas/v2DownloadSummaryDehydrated"
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/v2reportsError"
}
},
"messages": {
"type": "array",
"items": {
"$ref": "#/components/schemas/v2reportsMessage"
}
},
"available_files": {
"$ref": "#/components/schemas/v2DownloadSummaryAvailableFiles"
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "v2DownloadSummary"
}