Spot · Schema

Spot Organization

A Spot organization is the top-level entity that contains accounts, users, and policies for managing cloud infrastructure through the Spot platform.

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Properties

Name Type Description
id string The unique identifier of the organization.
name string The name of the organization.
View JSON Schema on GitHub

JSON Schema

organization.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/spot/blob/main/json-schema/organization.json",
  "title": "Spot Organization",
  "description": "A Spot organization is the top-level entity that contains accounts, users, and policies for managing cloud infrastructure through the Spot platform.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the organization."
    },
    "name": {
      "type": "string",
      "description": "The name of the organization."
    }
  }
}