Apache Ozone · Schema

Owner

Owner schema from Apache Ozone

Distributed StorageHadoopObject StorageS3-CompatibleApacheOpen Source

Properties

Name Type Description
id string
displayName string
View JSON Schema on GitHub

JSON Schema

apache-ozone-owner-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-ozone/refs/heads/main/json-schema/apache-ozone-owner-schema.json",
  "title": "Owner",
  "description": "Owner schema from Apache Ozone",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "ozone-user-001"
    },
    "displayName": {
      "type": "string",
      "example": "ozone-admin"
    }
  }
}