{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthomics/refs/heads/main/json-schema/healthomics-list-references-response-schema.json", "name": "ListReferencesResponse", "type": "object", "required": [ "references" ], "properties": { "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "A pagination token that's included if more results are available." } ] }, "references": { "allOf": [ { "$ref": "#/components/schemas/ReferenceList" }, { "description": "A list of references." } ] } } }