xsd:
http://www.w3.org/2001/XMLSchema#
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
bookkeeper:
https://bookkeeper.apache.org/vocab#
{
"@context": {
"@version": 1.1,
"xsd": "http://www.w3.org/2001/XMLSchema#",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"bookkeeper": "https://bookkeeper.apache.org/vocab#",
"LedgerList": "bookkeeper:LedgerList",
"LedgerMetadata": "bookkeeper:LedgerMetadata",
"LedgerEntries": "bookkeeper:LedgerEntries",
"BookieInfo": "bookkeeper:BookieInfo",
"BookieList": "bookkeeper:BookieList",
"ClusterInfo": "bookkeeper:ClusterInfo",
"BookieState": "bookkeeper:BookieState",
"GcStatus": "bookkeeper:GcStatus",
"AuditorInfo": "bookkeeper:AuditorInfo",
"ledgerId": { "@id": "bookkeeper:ledgerId", "@type": "xsd:long" },
"ensembleSize": { "@id": "bookkeeper:ensembleSize", "@type": "xsd:integer" },
"writeQuorumSize": { "@id": "bookkeeper:writeQuorumSize", "@type": "xsd:integer" },
"ackQuorumSize": { "@id": "bookkeeper:ackQuorumSize", "@type": "xsd:integer" },
"state": { "@id": "bookkeeper:state", "@type": "xsd:string" },
"length": { "@id": "bookkeeper:length", "@type": "xsd:long" },
"lastEntryId": { "@id": "bookkeeper:lastEntryId", "@type": "xsd:long" },
"freeSpace": { "@id": "bookkeeper:freeSpace", "@type": "xsd:long" },
"totalSpace": { "@id": "bookkeeper:totalSpace", "@type": "xsd:long" },
"auditorElected": { "@id": "bookkeeper:auditorElected", "@type": "xsd:boolean" },
"auditorId": { "@id": "bookkeeper:auditorId", "@type": "xsd:string" },
"clusterUnderReplicated": { "@id": "bookkeeper:clusterUnderReplicated", "@type": "xsd:boolean" },
"ledgerReplicationEnabled": { "@id": "bookkeeper:ledgerReplicationEnabled", "@type": "xsd:boolean" },
"totalBookiesCount": { "@id": "bookkeeper:totalBookiesCount", "@type": "xsd:integer" },
"writableBookiesCount": { "@id": "bookkeeper:writableBookiesCount", "@type": "xsd:integer" },
"readonlyBookiesCount": { "@id": "bookkeeper:readonlyBookiesCount", "@type": "xsd:integer" },
"unavailableBookiesCount": { "@id": "bookkeeper:unavailableBookiesCount", "@type": "xsd:integer" },
"running": { "@id": "bookkeeper:running", "@type": "xsd:boolean" },
"readOnly": { "@id": "bookkeeper:readOnly", "@type": "xsd:boolean" },
"shuttingDown": { "@id": "bookkeeper:shuttingDown", "@type": "xsd:boolean" },
"availableForHighPriorityWrites": { "@id": "bookkeeper:availableForHighPriorityWrites", "@type": "xsd:boolean" },
"is_in_force_gc": { "@id": "bookkeeper:is_in_force_gc", "@type": "xsd:string" },
"Auditor": { "@id": "bookkeeper:Auditor", "@type": "xsd:string" }
}
}