{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/workers_schemas-deployments-list-response", "title": "workers_schemas-deployments-list-response", "allOf": [ { "$ref": "#/components/schemas/workers_api-response-common" }, { "properties": { "result": { "properties": { "deployments": { "items": { "allOf": [ { "$ref": "#/components/schemas/workers_deployments-base" }, { "oneOf": [ { "$ref": "#/components/schemas/workers_deployments-strategy-percentage" } ] } ] }, "type": "array" } }, "type": "object" } }, "type": "object" } ] }