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