{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/workers_account-settings", "title": "workers_account-settings", "properties": { "default_usage_model": { "type": "string" }, "green_compute": { "type": "boolean" } }, "type": "object" }