Describes a sorting entity
{ "type": "object", "properties": { "Attribute": {}, "SortOrder": {} }, "required": [ "Attribute" ], "description": "Describes a sorting entity", "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-snapshot-sorting-entity-schema.json", "title": "SnapshotSortingEntity" }