Red Hat · JSON Structure

Red Hat Quay Organization Structure

Type: object Properties: 5
CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

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

Properties

name email invoice_email is_admin is_member

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Organization",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "invoice_email": {
      "type": "boolean"
    },
    "is_admin": {
      "type": "boolean"
    },
    "is_member": {
      "type": "boolean"
    }
  }
}