{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-personalize/refs/heads/main/json-structure/openapi-create-dataset-group-request-structure.json", "name": "CreateDatasetGroupRequest", "description": "CreateDatasetGroupRequest schema from Amazon Personalize", "type": "object", "properties": { "name": { "type": "string", "description": "The name of the dataset group" }, "domain": { "type": "string", "enum": [ "ECOMMERCE", "VIDEO_ON_DEMAND" ], "description": "The domain of the dataset group" } }, "required": [ "name" ] }