{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthomics/refs/heads/main/json-schema/healthomics-create-run-group-response-schema.json", "name": "CreateRunGroupResponse", "type": "object", "properties": { "arn": { "allOf": [ { "$ref": "#/components/schemas/RunGroupArn" }, { "description": "The group's ARN." } ] }, "id": { "allOf": [ { "$ref": "#/components/schemas/RunGroupId" }, { "description": "The group's ID." } ] }, "tags": { "allOf": [ { "$ref": "#/components/schemas/TagMap" }, { "description": "Tags for the run group." } ] } } }