The unique key policy configuration.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "UniqueKeyPolicy", "type": "object", "description": "The unique key policy configuration.", "properties": { "uniqueKeys": { "type": "array", "description": "List of unique keys for the container." } } }