{
"type": "object",
"properties": {
"accessions": {
"type": "array",
"items": {
"type": "string"
}
},
"chromosomes": {
"type": "array",
"items": {
"type": "string"
}
},
"include_annotation_type": {
"type": "array",
"items": {
"$ref": "#/components/schemas/v2AnnotationForAssemblyType"
}
},
"hydrated": {
"$ref": "#/components/schemas/v2AssemblyDatasetRequestResolution",
"title": "Specify whether to download a hydrated (with sequence and annotation files included) or dehydrated data package. A dehydrated data package includes the assembly data report and `fetch.txt`, which includes paths to the requested data files on NCBI servers."
},
"include_tsv": {
"type": "boolean",
"title": "Set to true to include a TSV representation of the data-report."
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "v2AssemblyDatasetRequest"
}