Oracle Cloud Infrastructure · JSON-LD Context

Oracle Cloud Database Db Context

JSON-LD context defining the semantic vocabulary for Oracle Cloud Database Db from Oracle Cloud Infrastructure.

2 Classes 11 Properties 4 Namespaces
View Context View on GitHub

Namespaces

oci: https://docs.oracle.com/en-us/iaas/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

DbSystem DbSystemSummary

Properties

Property Type Container
availabilityDomain string
compartmentId string
cpuCoreCount integer
dataStorageSizeInGBs integer
databaseEdition string
displayName string
id string
lifecycleState string
nodeCount integer
shape string
timeCreated dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "oci": "https://docs.oracle.com/en-us/iaas/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "DbSystem": "oci:DbSystem",
    "DbSystemSummary": "oci:DbSystemSummary",
    "availabilityDomain": {
      "@id": "oci:availabilityDomain",
      "@type": "xsd:string"
    },
    "compartmentId": {
      "@id": "oci:compartmentId",
      "@type": "xsd:string"
    },
    "cpuCoreCount": {
      "@id": "oci:cpuCoreCount",
      "@type": "xsd:integer"
    },
    "dataStorageSizeInGBs": {
      "@id": "oci:dataStorageSizeInGBs",
      "@type": "xsd:integer"
    },
    "databaseEdition": {
      "@id": "oci:databaseEdition",
      "@type": "xsd:string"
    },
    "displayName": {
      "@id": "oci:displayName",
      "@type": "xsd:string"
    },
    "id": {
      "@id": "oci:id",
      "@type": "xsd:string"
    },
    "lifecycleState": {
      "@id": "oci:lifecycleState",
      "@type": "xsd:string"
    },
    "nodeCount": {
      "@id": "oci:nodeCount",
      "@type": "xsd:integer"
    },
    "shape": {
      "@id": "oci:shape",
      "@type": "xsd:string"
    },
    "timeCreated": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    }
  }
}