Apache Ozone · JSON-LD Context

Apache Ozone Context

JSON-LD context defining the semantic vocabulary for Apache Ozone from Apache Ozone.

5 Classes 16 Properties 3 Namespaces
View Context View on GitHub

Namespaces

ozon: https://ozone.apache.org/schema/
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

ListAllMyBucketsResult Owner Bucket ListObjectsResult Object

Properties

Property Type Container
owner string
buckets set
id string
displayName string
name schema:name
creationDate string
storageClass string
prefix string
maxKeys integer
isTruncated boolean
nextContinuationToken string
contents set
key string
lastModified string
etag string
size integer

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "ozon": "https://ozone.apache.org/schema/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "ListAllMyBucketsResult": "ozon:ListAllMyBucketsResult",
    "Owner": "ozon:Owner",
    "Bucket": "ozon:Bucket",
    "ListObjectsResult": "ozon:ListObjectsResult",
    "Object": "ozon:Object",
    "owner": {
      "@id": "ozon:owner",
      "@type": "xsd:string"
    },
    "buckets": {
      "@id": "ozon:buckets",
      "@container": "@set"
    },
    "id": {
      "@id": "ozon:id",
      "@type": "xsd:string"
    },
    "displayName": {
      "@id": "ozon:displayName",
      "@type": "xsd:string"
    },
    "name": {
      "@id": "ozon:name",
      "@type": "schema:name"
    },
    "creationDate": {
      "@id": "ozon:creationDate",
      "@type": "xsd:string"
    },
    "storageClass": {
      "@id": "ozon:storageClass",
      "@type": "xsd:string"
    },
    "prefix": {
      "@id": "ozon:prefix",
      "@type": "xsd:string"
    },
    "maxKeys": {
      "@id": "ozon:maxKeys",
      "@type": "xsd:integer"
    },
    "isTruncated": {
      "@id": "ozon:isTruncated",
      "@type": "xsd:boolean"
    },
    "nextContinuationToken": {
      "@id": "ozon:nextContinuationToken",
      "@type": "xsd:string"
    },
    "contents": {
      "@id": "ozon:contents",
      "@container": "@set"
    },
    "key": {
      "@id": "ozon:key",
      "@type": "xsd:string"
    },
    "lastModified": {
      "@id": "ozon:lastModified",
      "@type": "xsd:string"
    },
    "etag": {
      "@id": "ozon:etag",
      "@type": "xsd:string"
    },
    "size": {
      "@id": "ozon:size",
      "@type": "xsd:integer"
    }
  }
}