{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/addressing_provisioning",
"title": "addressing_provisioning",
"description": "Status of a Service Binding's deployment to the Cloudflare network",
"properties": {
"state": {
"description": "When a binding has been deployed to a majority of Cloudflare datacenters, the binding will become active and can be used with its associated service.\n",
"enum": [
"provisioning",
"active"
],
"example": "provisioning",
"type": "string"
}
},
"type": "object"
}