{"openapi":"3.0.2","info":{"title":"PDBe File Download service","description":"PDBe download service API entry point\n\nThis API allows for a batch download of arbitrary subsets of the PDB data.\nAfter requesting a batch of data a URL is retrieved and data are available\nfrom there when the archive is ready.\n","version":"1.4","x-logo":{"url":"https://www.ebi.ac.uk/pdbe/sites/ebi.ac.uk.pdbe/files/news-images/PDBe-KB-logo.png"}},"servers":[{"url":"/pdbe/download/api"}],"paths":{"/pdb/entry/updated":{"get":{"tags":["Macromolecular data"],"summary":"The PDB archive in updated mmCIF format","description":"Updated mmCIF files contains additional meta information on the top of standard wwPDB mmCIF files.","operationId":"get_updated_files_pdb_entry_updated_get","parameters":[{"description":"List of wwPDB PDB ids to be retrieved.","required":true,"schema":{"title":"List of PDB ids","type":"array","items":{"pattern":"\\d{1}\\w{3}","type":"string"},"description":"List of wwPDB PDB ids to be retrieved.","example":["1cbs","5hht"]},"name":"id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["Macromolecular data"],"summary":"The PDB archive in updated mmCIF format","description":"Updated mmCIF files contains additional meta information on the top of standard wwPDB mmCIF files.","operationId":"post_updated_files_pdb_entry_updated_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PdbIdsDownload"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/pdb/entry/archive":{"get":{"tags":["Macromolecular data"],"summary":"wwPDB archive coordinate files","description":"The PDB archive in mmCIF or PDB file format.","operationId":"get_archive_files_pdb_entry_archive_get","parameters":[{"description":"Data format of the PDB files (pdb,cif).","required":true,"schema":{"title":"Data format","allOf":[{"$ref":"#/components/schemas/ArchiveFormatType"}],"description":"Data format of the PDB files (pdb,cif).","example":"cif"},"name":"data_format","in":"query"},{"description":"List of wwPDB PDB ids to be retrieved.","required":true,"schema":{"title":"List of PDB ids","type":"array","items":{"pattern":"\\d{1}\\w{3}","type":"string"},"description":"List of wwPDB PDB ids to be retrieved.","example":["1cbs","5hht"]},"name":"id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["Macromolecular data"],"summary":"wwPDB archive coordinate files","description":"The PDB archive in mmCIF or PDB file format.","operationId":"post_archive_files_pdb_entry_archive_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CoordinatesDownload"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/pdb/entry/sequences":{"get":{"tags":["Macromolecular data"],"summary":"Sequences for a subset of wwPDB archive","description":"Sequences for a subset of wwPDB archive. Single or individual FASTA files.","operationId":"get_fasta_sequences_pdb_entry_sequences_get","parameters":[{"description":"Whether or not all the files should be combined.","required":true,"schema":{"title":"Combine files","type":"boolean","description":"Whether or not all the files should be combined.","example":false},"name":"combined","in":"query"},{"description":"List of wwPDB PDB ids to be retrieved.","required":true,"schema":{"title":"List of PDB ids","type":"array","items":{"pattern":"\\d{1}\\w{3}","type":"string"},"description":"List of wwPDB PDB ids to be retrieved.","example":["1cbs","5hht"]},"name":"id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["Macromolecular data"],"summary":"Sequences for a subset of wwPDB archive","description":"Sequences for a subset of wwPDB archive. Single or individual FASTA files.","operationId":"post_fasta_sequences_pdb_entry_sequences_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SequenceDownload"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/pdb/entry/assemblies":{"get":{"tags":["Macromolecular data"],"summary":"Assembly coordinate files download","description":"Download preferred, or all possible assemblies of coordinate data.","operationId":"get_assemblies_pdb_entry_assemblies_get","parameters":[{"description":"Whether or not a preferred assembly only should be retrieved per PDB id.","required":true,"schema":{"title":"Preferred assembly","type":"boolean","description":"Whether or not a preferred assembly only should be retrieved per PDB id.","example":true},"name":"preferred_only","in":"query"},{"description":"List of wwPDB PDB ids to be retrieved.","required":true,"schema":{"title":"List of PDB ids","type":"array","items":{"pattern":"\\d{1}\\w{3}","type":"string"},"description":"List of wwPDB PDB ids to be retrieved.","example":["1cbs","5hht"]},"name":"id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["Macromolecular data"],"summary":"Assembly coordinate files download","description":"Download preferred, or all possible assemblies of coordinate data.","operationId":"post_assemblies_pdb_entry_assemblies_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssemblyDownload"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/pdb/entry/superposition":{"post":{"tags":["Macromolecular data"],"summary":"Superposed coordinates download.","description":"Download transformed chains and their ligand surrounding.","operationId":"post_superimposition_files_pdb_entry_superposition_post","requestBody":{"content":{"application/json":{"schema":{"title":"P","type":"array","items":{"$ref":"#/components/schemas/SuperposedItem"}}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/download":{"get":{"tags":["Download"],"summary":"Download result","description":"\nDownload the compressed result that was requested for using one of the other methods.\nThe status of the download is communicated by HTTP response status codes.\n\n### Status codes\n* 200 - The archive has been created and is ready to be downloaded. Content-Type: **application/gzip**.\n* 202 - The archive is being created and is **not** ready for download yet. Content-Type: **application/json**.\n* 404 - The archive does not exist. Content-Type: **application/json**. Possible reasons:\n    * The archive never existed.\n    * The archive was created during the past release and therefore deleted. Please request new data.\n* 412 - None of the provided IDs seems to be a valid released ID. There is nothing to download. Content-Type: **application/json**.\n* 500 - Something went wrong during the archive processing, please contact user support. Content-Type: **application/json**.\n","operationId":"download_file_download_get","parameters":[{"description":"Download session ID retrieved by a previous API call.","required":true,"schema":{"title":"Download session id","type":"string","description":"Download session ID retrieved by a previous API call.","example":"fbb5601031dcad5d32775a3d7ad48329"},"name":"id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/pdb/entry/nmr-data":{"get":{"tags":["Experimental data"],"summary":"NMR experimental data","description":"Download NMR experimental data in NEF and STAR formats for a subset of wwPDB archive.","operationId":"get_nmr_data_pdb_entry_nmr_data_get","parameters":[{"description":"List of wwPDB PDB ids to be retrieved.","required":true,"schema":{"title":"List of PDB ids","type":"array","items":{"pattern":"\\d{1}\\w{3}","type":"string"},"description":"List of wwPDB PDB ids to be retrieved.","example":["1cbs","5hht"]},"name":"id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["Experimental data"],"summary":"NMR experimental data","description":"Download NMR experimental data in NEF and STAR formats for a subset of wwPDB archive.","operationId":"post_nmr_data_pdb_entry_nmr_data_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PdbIdsDownload"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/pdb/entry/structure-factors":{"get":{"tags":["Experimental data"],"summary":"Structure factors","description":"Structure factors for a subset of wwPDB archive.","operationId":"get_structure_factors_pdb_entry_structure_factors_get","parameters":[{"description":"List of wwPDB PDB ids to be retrieved.","required":true,"schema":{"title":"List of PDB ids","type":"array","items":{"pattern":"\\d{1}\\w{3}","type":"string"},"description":"List of wwPDB PDB ids to be retrieved.","example":["1cbs","5hht"]},"name":"id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["Experimental data"],"summary":"Structure factors","description":"Structure factors for a subset of wwPDB archive.","operationId":"post_structure_factors_pdb_entry_structure_factors_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PdbIdsDownload"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/pdb/entry/validation-report":{"get":{"tags":["Validation data"],"summary":"Validation reports (PDF)","description":"Summary or full validation reports of a subset of wwPDB archive.","operationId":"get_validation_files_pdb_entry_validation_report_get","parameters":[{"description":"Whether or not a full validation report should be retrieved per PDB id.","required":true,"schema":{"title":"Validation report type","allOf":[{"$ref":"#/components/schemas/ReportType"}],"description":"Whether or not a full validation report should be retrieved per PDB id.","example":"full"},"name":"report_type","in":"query"},{"description":"List of wwPDB PDB ids to be retrieved.","required":true,"schema":{"title":"List of PDB ids","type":"array","items":{"pattern":"\\d{1}\\w{3}","type":"string"},"description":"List of wwPDB PDB ids to be retrieved.","example":["1cbs","5hht"]},"name":"id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["Validation data"],"summary":"Validation reports (PDF)","description":"Summary or full validation reports of a subset of wwPDB archive.","operationId":"post_validation_files_pdb_entry_validation_report_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationDownload"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/pdb/entry/validation-data":{"get":{"tags":["Validation data"],"summary":"Validation data (XML or mmCIF format)","description":"Validation data of a subset of wwPDB archive.","operationId":"get_validation_data_pdb_entry_validation_data_get","parameters":[{"description":"Data format of validation data (xml,cif).","required":true,"schema":{"title":"Data format","allOf":[{"$ref":"#/components/schemas/DataValidationFormatType"}],"description":"Data format of validation data (xml,cif).","example":"xml"},"name":"data_format","in":"query"},{"description":"List of wwPDB PDB ids to be retrieved.","required":true,"schema":{"title":"List of PDB ids","type":"array","items":{"pattern":"\\d{1}\\w{3}","type":"string"},"description":"List of wwPDB PDB ids to be retrieved.","example":["1cbs","5hht"]},"name":"id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["Validation data"],"summary":"Validation data (XML or mmCIF format)","description":"Validation data of a subset of wwPDB archive.","operationId":"post_validation_data_pdb_entry_validation_data_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataValidationDownload"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/pdb/entry/map-coefficients":{"get":{"tags":["Validation data"],"summary":"Electron density map coefficients","description":"Electron density map coefficients (2Fo - Fc) and (Fo - Fc) for a subset of wwPDB archive in the mmCIF format.","operationId":"get_map_coefficient_files_pdb_entry_map_coefficients_get","parameters":[{"description":"List of wwPDB PDB ids to be retrieved.","required":true,"schema":{"title":"List of PDB ids","type":"array","items":{"pattern":"\\d{1}\\w{3}","type":"string"},"description":"List of wwPDB PDB ids to be retrieved.","example":["1cbs","5hht"]},"name":"id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["Validation data"],"summary":"Electron density map coefficients","description":"Electron density map coefficients (2Fo - Fc) and (Fo - Fc) for a subset of wwPDB archive in the mmCIF format.","operationId":"post_map_coefficient_files_pdb_entry_map_coefficients_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PdbIdsDownload"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/pdb/entry/sifts":{"get":{"tags":["Annotations"],"summary":"SIFTS files","description":"Download SIFTS annotations for a subset of wwPDB archive.","operationId":"get_sifts_files_pdb_entry_sifts_get","parameters":[{"description":"List of wwPDB PDB ids to be retrieved.","required":true,"schema":{"title":"List of PDB ids","type":"array","items":{"pattern":"\\d{1}\\w{3}","type":"string"},"description":"List of wwPDB PDB ids to be retrieved.","example":["1cbs","5hht"]},"name":"id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["Annotations"],"summary":"SIFTS files","description":"Download SIFTS annotations for a subset of wwPDB archive.","operationId":"post_sifts_files_pdb_entry_sifts_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PdbIdsDownload"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/pdb/compound/mmcif":{"get":{"tags":["Small molecule data"],"summary":"Small molecules download in mmCIF format","description":"Updated chemical component coordinate files contains additional meta information on the top of standard wwPDB CCD files. Single mmCIF file or combined is available.","operationId":"get_ccd_cif_files_pdb_compound_mmcif_get","parameters":[{"description":"Whether or not all the files should be combined.","required":true,"schema":{"title":"Combine files","type":"boolean","description":"Whether or not all the files should be combined.","example":false},"name":"combined","in":"query"},{"description":"List of wwPDB CCD ids to be retrieved.","required":true,"schema":{"title":"List of CCD ids","type":"array","items":{"pattern":"[A-Z0-9]{1,18}","type":"string"},"description":"List of wwPDB CCD ids to be retrieved.","example":["K","DU","HEM"]},"name":"id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["Small molecule data"],"summary":"Small molecules download in mmCIF format","description":"Updated chemical component coordinate files contains additional meta information on the top of standard wwPDB CCD files. Single mmCIF file or combined is available.","operationId":"post_ccd_cif_files_pdb_compound_mmcif_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CcdCifDownload"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/pdb/compound/sdf":{"get":{"tags":["Small molecule data"],"summary":"Small molecule SDF files","description":"Chemical component coordinates in a single SDF file or combined.","operationId":"get_ccd_sdf_files_pdb_compound_sdf_get","parameters":[{"description":"Whether or not all the files should be combined.","required":true,"schema":{"title":"Combine files","type":"boolean","description":"Whether or not all the files should be combined.","example":false},"name":"combined","in":"query"},{"description":"What conformer should be downloaded (ideal, model).","required":true,"schema":{"title":"Conformer type","allOf":[{"$ref":"#/components/schemas/ConformerType"}],"description":"What conformer should be downloaded (ideal, model).","example":"ideal"},"name":"conformer","in":"query"},{"description":"List of wwPDB CCD ids to be retrieved.","required":true,"schema":{"title":"List of CCD ids","type":"array","items":{"pattern":"[A-Z0-9]{1,18}","type":"string"},"description":"List of wwPDB CCD ids to be retrieved.","example":["K","DU","HEM"]},"name":"id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["Small molecule data"],"summary":"Small molecule SDF files","description":"Chemical component coordinates in a single SDF file or combined.","operationId":"post_ccd_sdf_files_pdb_compound_sdf_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CcdSdfDownload"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/pdb/compound/pdb":{"get":{"tags":["Small molecule data"],"summary":"Small molecule PDB files","description":"Individual chemical component coordinates in PDB format.","operationId":"get_ccd_pdb_files_pdb_compound_pdb_get","parameters":[{"description":"What atom naming scheme should be retrieved (conventional, alternative)","required":true,"schema":{"title":"Atom naming scheme","allOf":[{"$ref":"#/components/schemas/NamingSchemeType"}],"description":"What atom naming scheme should be retrieved (conventional, alternative)","example":"conventional"},"name":"atom_naming_scheme","in":"query"},{"description":"What conformer should be downloaded (ideal, model).","required":true,"schema":{"title":"Conformer type","allOf":[{"$ref":"#/components/schemas/ConformerType"}],"description":"What conformer should be downloaded (ideal, model).","example":"ideal"},"name":"conformer","in":"query"},{"description":"List of wwPDB CCD ids to be retrieved.","required":true,"schema":{"title":"List of CCD ids","type":"array","items":{"pattern":"[A-Z0-9]{1,18}","type":"string"},"description":"List of wwPDB CCD ids to be retrieved.","example":["K","DU","HEM"]},"name":"id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["Small molecule data"],"summary":"Small molecule PDB files","description":"Individual chemical component coordinates in PDB format.","operationId":"post_ccd_pdb_files_pdb_compound_pdb_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CcdPdbDownload"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"ArchiveFormatType":{"title":"ArchiveFormatType","enum":["cif","pdb"],"type":"string","description":"An enumeration."},"AssemblyDownload":{"title":"AssemblyDownload","required":["preferred_only","ids"],"type":"object","properties":{"preferred_only":{"title":"Preferred Only","type":"boolean","description":"If only a preferred assembly should be retrieved per PDB id.","example":true},"ids":{"title":"List of PDB ids","type":"array","items":{"type":"string","pattern":"\\d{1}\\w{3}","examples":["5hht","1tqn"]},"description":"List of wwPDB PDB ids to be retrieved.","example":["1cbs","5hht"]}},"description":"Data model for assemblies POST call\n\nArgs:\n    BaseModel: Dependency injection."},"CcdCifDownload":{"title":"CcdCifDownload","required":["combined","ids"],"type":"object","properties":{"combined":{"title":"Combine files","type":"boolean","description":"Whether or not all the files should be combined.","example":false},"ids":{"title":"List of CCD ids","type":"array","items":{"type":"string","pattern":"[A-Z0-9]{1,18}","examples":["HEM","DU","K"]},"description":"List of wwPDB CCD ids to be retrieved.","example":["K","DU","HEM"]}},"description":"Data model for any POST call requiring ids list only\n\nArgs:\n    BaseModel: Dependency injection"},"CcdPdbDownload":{"title":"CcdPdbDownload","required":["conformer","atom_naming_scheme","ids"],"type":"object","properties":{"conformer":{"title":"Conformer type","allOf":[{"$ref":"#/components/schemas/ConformerType"}],"description":"What conformer should be downloaded (ideal, model).","example":"ideal"},"atom_naming_scheme":{"title":"Atom naming scheme","allOf":[{"$ref":"#/components/schemas/NamingSchemeType"}],"description":"What atom naming scheme should be retrieved (conventional, alternative)","example":"conventional"},"ids":{"title":"List of CCD ids","type":"array","items":{"type":"string","pattern":"[A-Z0-9]{1,18}","examples":["HEM","DU","K"]},"description":"List of wwPDB CCD ids to be retrieved.","example":["K","DU","HEM"]}}},"CcdSdfDownload":{"title":"CcdSdfDownload","required":["conformer","combined","ids"],"type":"object","properties":{"conformer":{"title":"Conformer type","allOf":[{"$ref":"#/components/schemas/ConformerType"}],"description":"What conformer should be downloaded (ideal, model).","example":"ideal"},"combined":{"title":"Combine files","type":"boolean","description":"Whether or not all the files should be combined.","example":false},"ids":{"title":"List of CCD ids","type":"array","items":{"type":"string","pattern":"[A-Z0-9]{1,18}","examples":["HEM","DU","K"]},"description":"List of wwPDB CCD ids to be retrieved.","example":["K","DU","HEM"]}}},"ConformerType":{"title":"ConformerType","enum":["model","ideal"],"type":"string","description":"An enumeration."},"CoordinatesDownload":{"title":"CoordinatesDownload","required":["data_format","ids"],"type":"object","properties":{"data_format":{"title":"Data format","allOf":[{"$ref":"#/components/schemas/ArchiveFormatType"}],"description":"Data format of the PDB files (pdb,cif).","example":"cif"},"ids":{"title":"List of PDB ids","type":"array","items":{"type":"string","pattern":"\\d{1}\\w{3}","examples":["5hht","1tqn"]},"description":"List of wwPDB PDB ids to be retrieved.","example":["1cbs","5hht"]}},"description":"Data model for archive POST call\n\nArgs:\n    BaseModel: Dependency injection"},"DataValidationDownload":{"title":"DataValidationDownload","required":["data_format","ids"],"type":"object","properties":{"data_format":{"title":"Data format","allOf":[{"$ref":"#/components/schemas/DataValidationFormatType"}],"description":"Data format of validation data (xml,cif).","example":"xml"},"ids":{"title":"List of PDB ids","type":"array","items":{"type":"string","pattern":"\\d{1}\\w{3}","examples":["5hht","1tqn"]},"description":"List of wwPDB PDB ids to be retrieved.","example":["1cbs","5hht"]}},"description":"Data model for archive POST call\n\nArgs:\n    BaseModel: Dependency injection"},"DataValidationFormatType":{"title":"DataValidationFormatType","enum":["xml","cif"],"type":"string","description":"An enumeration."},"HTTPValidationError":{"title":"HTTPValidationError","type":"object","properties":{"detail":{"title":"Detail","type":"array","items":{"$ref":"#/components/schemas/ValidationError"}}}},"NamingSchemeType":{"title":"NamingSchemeType","enum":["conventional","alternative"],"type":"string","description":"An enumeration."},"PdbIdsDownload":{"title":"PdbIdsDownload","required":["ids"],"type":"object","properties":{"ids":{"title":"List of PDB ids","type":"array","items":{"type":"string","pattern":"\\d{1}\\w{3}","examples":["5hht","1tqn"]},"description":"List of wwPDB PDB ids to be retrieved.","example":["1cbs","5hht"]}},"description":"Data model for any POST call requiring ids list only\n\nArgs:\n    BaseModel: Dependency injection"},"ReportType":{"title":"ReportType","enum":["summary","full"],"type":"string","description":"An enumeration."},"SequenceDownload":{"title":"SequenceDownload","required":["combined","ids"],"type":"object","properties":{"combined":{"title":"Combined","type":"boolean","description":"Retrieve all the sequences combined in a single FASTA file.","example":true},"ids":{"title":"List of PDB ids","type":"array","items":{"type":"string","pattern":"\\d{1}\\w{3}","examples":["5hht","1tqn"]},"description":"List of wwPDB PDB ids to be retrieved.","example":["1cbs","5hht"]}},"description":"Data model for sequences POST call\n\nArgs:\n    BaseModel: Dependency injection"},"SuperposedItem":{"title":"SuperposedItem","required":["pdb_id","struct_asym_id","transformation_matrix"],"type":"object","properties":{"pdb_id":{"title":"Pdb Id","pattern":"\\d{1}\\w{3}","type":"string"},"struct_asym_id":{"title":"Struct Asym Id","type":"string"},"transformation_matrix":{"title":"Transformation Matrix","maxItems":4,"minItems":4,"type":"array","items":{"type":"array","items":{"type":"number"},"minItems":4,"maxItems":4},"description":"4 by 4 affine transformation matrix.","example":[[1,0,0,0],[0,1,0,0],[1,0,1,0],[0,0,0,1]]}},"description":"An item defined by pdb id, chain id and transoformation matrix\nto be processed\n\nArgs:\n    BaseModel: Dependency injection"},"ValidationDownload":{"title":"ValidationDownload","required":["report_type","ids"],"type":"object","properties":{"report_type":{"allOf":[{"$ref":"#/components/schemas/ReportType"}],"description":"Typo of validation report to be retrieved per PDB id.","example":"full"},"ids":{"title":"List of PDB ids","type":"array","items":{"type":"string","pattern":"\\d{1}\\w{3}","examples":["5hht","1tqn"]},"description":"List of wwPDB PDB ids to be retrieved.","example":["1cbs","5hht"]}},"description":"Data model for validation POST call\n\nArgs:\n    BaseModel: Dependency injection"},"ValidationError":{"title":"ValidationError","required":["loc","msg","type"],"type":"object","properties":{"loc":{"title":"Location","type":"array","items":{"type":"string"}},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}}}}}}