GetReplicationSetOutput schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-incident-manager/refs/heads/main/json-schema/incident-manager-get-replication-set-output-schema.json", "title": "GetReplicationSetOutput", "description": "GetReplicationSetOutput schema", "type": "object", "properties": { "replicationSet": { "allOf": [ { "$ref": "#/components/schemas/ReplicationSet" }, { "description": "Details of the replication set." } ] } }, "required": [ "replicationSet" ] }