{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "PartitionKeyDefinition",
"type": "object",
"description": "The partition key definition.",
"properties": {
"paths": {
"type": "array",
"description": "List of paths using which data within the container can be partitioned."
},
"kind": {
"type": "string",
"description": "The algorithm used for partitioning."
},
"version": {
"type": "integer",
"description": "The version of the partition key definition."
}
}
}