Spot · JSON Structure

Spot Administration User Structure

Type: object Properties: 5
AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

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

Properties

userId username email type organizationId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "User",
  "type": "object",
  "properties": {
    "userId": {
      "type": "string"
    },
    "username": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "organizationId": {
      "type": "string"
    }
  }
}