CompleteReadSetUploadPartListItem is a JSON Structure definition published by Amazon HealthOmics, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthomics/refs/heads/main/json-schema/healthomics-complete-read-set-upload-part-list-item-schema.json",
"name": "CompleteReadSetUploadPartListItem",
"type": "object",
"required": [
"partNumber",
"partSource",
"checksum"
],
"properties": {
"partNumber": {
"allOf": [
{
"$ref": "#/components/schemas/CompleteReadSetUploadPartListItemPartNumberInteger"
},
{
"description": " A number identifying the part in a read set upload. "
}
]
},
"partSource": {
"allOf": [
{
"$ref": "#/components/schemas/ReadSetPartSource"
},
{
"description": " The source file of the part being uploaded. "
}
]
},
"checksum": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": " A unique identifier used to confirm that parts are being added to the correct upload. "
}
]
}
},
"description": " Part of the response to the CompleteReadSetUpload API, including metadata. "
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.