{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iam/refs/heads/main/json-schema/amazon-iam-create-group-response-schema.json", "title": "CreateGroupResponse", "description": "CreateGroupResponse schema from AWS IAM API", "type": "object", "properties": { "CreateGroupResult": { "type": "object", "properties": { "Group": { "$ref": "#/components/schemas/Group" } } } } }