{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-comprehend/refs/heads/main/json-structure/openapi.yml-relationships-list-item-structure.json", "name": "RelationshipsListItem", "description": "List of child blocks for the current block.", "type": "object", "properties": { "Ids": { "allOf": [ { "$ref": "#/components/schemas/StringList" }, { "description": "Identifers of the child blocks." } ] }, "Type": { "allOf": [ { "$ref": "#/components/schemas/RelationshipType" }, { "description": "Only supported relationship is a child relationship." } ] } } }