APIs.io Engineering Platform · Schema
workers_script-and-version-settings-item
APIs.ioEngineeringPlatform
Properties
| Name | Type | Description |
|---|---|---|
| bindings | object | |
| compatibility_date | object | |
| compatibility_flags | object | |
| limits | object | |
| logpush | object | |
| migrations | object | Migrations to apply for Durable Objects associated with this Worker. |
| placement | object | |
| tags | object | |
| tail_consumers | object | |
| usage_model | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/workers_script-and-version-settings-item",
"title": "workers_script-and-version-settings-item",
"properties": {
"bindings": {
"$ref": "#/components/schemas/workers_bindings"
},
"compatibility_date": {
"$ref": "#/components/schemas/workers_compatibility_date"
},
"compatibility_flags": {
"$ref": "#/components/schemas/workers_compatibility_flags"
},
"limits": {
"$ref": "#/components/schemas/workers_limits"
},
"logpush": {
"$ref": "#/components/schemas/workers_logpush"
},
"migrations": {
"description": "Migrations to apply for Durable Objects associated with this Worker.\n",
"oneOf": [
{
"$ref": "#/components/schemas/workers_single_step_migrations"
},
{
"$ref": "#/components/schemas/workers_stepped_migrations"
}
]
},
"placement": {
"$ref": "#/components/schemas/workers_placement_config"
},
"tags": {
"$ref": "#/components/schemas/workers_tags"
},
"tail_consumers": {
"$ref": "#/components/schemas/workers_tail_consumers"
},
"usage_model": {
"$ref": "#/components/schemas/workers_usage_model"
}
},
"type": "object"
}