Apache Ozone · JSON Structure

Apache Ozone Owner Structure

Owner schema from Apache Ozone

Type: object Properties: 2
Distributed StorageHadoopObject StorageS3-CompatibleApacheOpen Source

Owner is a JSON Structure definition published by Apache Ozone, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id displayName

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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