Spot · JSON Structure

Spot Billing Engine Billing Account Structure

Type: object Properties: 4
AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

BillingAccount is a JSON Structure definition published by Spot, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

accountId cloudProvider status billingAccountId

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BillingAccount",
  "type": "object",
  "properties": {
    "accountId": {
      "type": "string"
    },
    "cloudProvider": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "billingAccountId": {
      "type": "string"
    }
  }
}