APIs.io Engineering Platform · Schema
workers_deployments-single-response
APIs.ioEngineeringPlatform
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/workers_deployments-single-response",
"title": "workers_deployments-single-response",
"allOf": [
{
"$ref": "#/components/schemas/workers_api-response-common"
},
{
"properties": {
"result": {
"properties": {
"id": {
"example": "18f97339-c287-4872-9bdd-e2135c07ec12",
"type": "string"
},
"metadata": {
"example": {
"author_email": "[email protected]",
"author_id": "408cbcdfd4dda4617efef40b04d168a1",
"created_on": "2022-11-08T17:19:29.176266Z",
"modified_on": "2022-11-08T17:19:29.176266Z",
"source": "api"
},
"type": "object"
},
"number": {
"example": 1,
"type": "number"
},
"resources": {
"example": {
"bindings": [
{
"json": "example_binding",
"name": "JSON_VAR",
"type": "json"
}
],
"script": {
"etag": "13a3240e8fb414561b0366813b0b8f42b3e6cfa0d9e70e99835dae83d0d8a794",
"handlers": [
"fetch"
],
"last_deployed_from": "api"
},
"script_runtime": {
"usage_model": "bundled"
}
},
"type": "object"
}
},
"type": "object"
}
}
}
]
}