Spot · Schema

User

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Properties

Name Type Description
userId string
username string
email string
type string
organizationId string
View JSON Schema on GitHub

JSON Schema

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