{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PutFunctionConcurrencyRequest", "title": "PutFunctionConcurrencyRequest", "type": "object", "required": [ "ReservedConcurrentExecutions" ], "properties": { "ReservedConcurrentExecutions": { "allOf": [ { "$ref": "#/components/schemas/ReservedConcurrentExecutions" }, { "description": "The number of simultaneous executions to reserve for the function." } ] } } }