ScyllaDB · JSON-LD Context
Scylladb Context
JSON-LD context defining the semantic vocabulary for Scylladb from ScyllaDB.
13 Classes
25 Properties
4 Namespaces
Namespaces
scylladb:
https://www.scylladb.com/vocab#
xsd:
http://www.w3.org/2001/XMLSchema#
schema:
https://schema.org/
hydra:
http://www.w3.org/ns/hydra/core#
Classes
Cluster
Datacenter
Node
FirewallRule
VpcPeering
ClusterRequest
VectorSearch
Account
CloudAccount
Region
AvailabilityZone
id
type
Properties
| Property | Type | Container |
|---|---|---|
| clusterId | integer | |
| clusterName | string | |
| accountId | integer | |
| scalingMode | string | |
| status | string | |
| cloudProviderId | integer | |
| regionId | integer | |
| dcId | integer | |
| encryptionAtRest | boolean | |
| userApiInterface | string | |
| scyllaVersion | string | |
| nodeCount | integer | |
| instanceType | string | |
| cidrBlock | string | |
| dns | string | |
| privateIp | string | |
| publicDns | string | |
| address | string | |
| nodes | reference | set |
| dcs | reference | set |
| clusters | reference | set |
| maintenanceWindow | reference | |
| vectorSearch | reference | |
| createdAt | dateTime | |
| updatedAt | dateTime |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"scylladb": "https://www.scylladb.com/vocab#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"schema": "https://schema.org/",
"hydra": "http://www.w3.org/ns/hydra/core#",
"Cluster": "scylladb:Cluster",
"Datacenter": "scylladb:Datacenter",
"Node": "scylladb:Node",
"FirewallRule": "scylladb:FirewallRule",
"VpcPeering": "scylladb:VpcPeering",
"ClusterRequest": "scylladb:ClusterRequest",
"VectorSearch": "scylladb:VectorSearch",
"Account": "scylladb:Account",
"CloudAccount": "scylladb:CloudAccount",
"Region": "scylladb:Region",
"AvailabilityZone": "scylladb:AvailabilityZone",
"id": "@id",
"type": "@type",
"clusterId": {
"@id": "scylladb:clusterId",
"@type": "xsd:integer"
},
"clusterName": {
"@id": "scylladb:clusterName",
"@type": "xsd:string"
},
"accountId": {
"@id": "scylladb:accountId",
"@type": "xsd:integer"
},
"scalingMode": {
"@id": "scylladb:scalingMode",
"@type": "xsd:string"
},
"status": {
"@id": "scylladb:status",
"@type": "xsd:string"
},
"cloudProviderId": {
"@id": "scylladb:cloudProviderId",
"@type": "xsd:integer"
},
"regionId": {
"@id": "scylladb:regionId",
"@type": "xsd:integer"
},
"dcId": {
"@id": "scylladb:dcId",
"@type": "xsd:integer"
},
"encryptionAtRest": {
"@id": "scylladb:encryptionAtRest",
"@type": "xsd:boolean"
},
"userApiInterface": {
"@id": "scylladb:userApiInterface",
"@type": "xsd:string"
},
"scyllaVersion": {
"@id": "scylladb:scyllaVersion",
"@type": "xsd:string"
},
"nodeCount": {
"@id": "scylladb:nodeCount",
"@type": "xsd:integer"
},
"instanceType": {
"@id": "scylladb:instanceType",
"@type": "xsd:string"
},
"cidrBlock": {
"@id": "scylladb:cidrBlock",
"@type": "xsd:string"
},
"dns": {
"@id": "scylladb:dns",
"@type": "xsd:string"
},
"privateIp": {
"@id": "scylladb:privateIp",
"@type": "xsd:string"
},
"publicDns": {
"@id": "scylladb:publicDns",
"@type": "xsd:string"
},
"address": {
"@id": "scylladb:address",
"@type": "xsd:string"
},
"nodes": {
"@id": "scylladb:hasNode",
"@type": "@id",
"@container": "@set"
},
"dcs": {
"@id": "scylladb:hasDatacenter",
"@type": "@id",
"@container": "@set"
},
"clusters": {
"@id": "scylladb:hasClusters",
"@type": "@id",
"@container": "@set"
},
"maintenanceWindow": {
"@id": "scylladb:maintenanceWindow",
"@type": "@id"
},
"vectorSearch": {
"@id": "scylladb:vectorSearch",
"@type": "@id"
},
"createdAt": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"updatedAt": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
}
}
}