Spot · Schema

UpdateAccountRequest

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Properties

Name Type Description
account object
View JSON Schema on GitHub

JSON Schema

spot-updateaccountrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateAccountRequest",
  "title": "UpdateAccountRequest",
  "type": "object",
  "properties": {
    "account": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        }
      },
      "example": "example_value"
    }
  }
}