{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-personalize/refs/heads/main/json-schema/openapi-dataset-group-schema.json", "title": "DatasetGroup", "description": "DatasetGroup schema from Amazon Personalize", "type": "object", "properties": { "name": { "type": "string" }, "datasetGroupArn": { "type": "string" }, "status": { "type": "string" }, "domain": { "type": "string" }, "creationDateTime": { "type": "string", "format": "date-time" } } }