{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NetworkState", "title": "Network State", "description": "State of the network.", "enum": [ "created", "initializing", "offline", "ready", "terminating", "terminated" ], "readOnly": true, "x-speakeasy-terraform-ignore": true, "x-speakeasy-unknown-values": "allow" }