workers_account-settings

APIs.ioEngineeringPlatform

Properties

Name Type Description
default_usage_model string
green_compute boolean
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-account-settings-schema.json Raw ↑
{
  "$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"
}