Owner schema from Apache Ozone
{ "$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" } } }