Spot · Schema

CommitmentPlanResponse

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Properties

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

JSON Schema

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