Spot · Schema

CreateAccountRequest

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Properties

Name Type Description
account object
View JSON Schema on GitHub

JSON Schema

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