Spot · Schema

AccountResponse

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Properties

Name Type Description
request object
response object
View JSON Schema on GitHub

JSON Schema

spot-accountresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountResponse",
  "title": "AccountResponse",
  "type": "object",
  "properties": {
    "request": {
      "type": "object",
      "example": "example_value"
    },
    "response": {
      "type": "object",
      "properties": {
        "items": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/Account"
          }
        }
      },
      "example": "example_value"
    }
  }
}