{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ProvisionedThroughput",
"type": "object",
"properties": {
"ReadCapacityUnits": {
"type": "integer",
"description": "The maximum number of strongly consistent reads consumed per second"
},
"WriteCapacityUnits": {
"type": "integer",
"description": "The maximum number of writes consumed per second"
}
}
}