Oracle Cloud Infrastructure · JSON-LD Context

Oracle Cloud Oke Node Context

JSON-LD context defining the semantic vocabulary for Oracle Cloud Oke Node from Oracle Cloud Infrastructure.

2 Classes 9 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

NodePool NodePoolSummary

Properties

Property Type Container
clusterId string
compartmentId string
id string
kubernetesVersion string
lifecycleState string
name string
nodeShape string
quantityPerSubnet integer
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#",
    "NodePool": "oci:NodePool",
    "NodePoolSummary": "oci:NodePoolSummary",
    "clusterId": {
      "@id": "oci:clusterId",
      "@type": "xsd:string"
    },
    "compartmentId": {
      "@id": "oci:compartmentId",
      "@type": "xsd:string"
    },
    "id": {
      "@id": "oci:id",
      "@type": "xsd:string"
    },
    "kubernetesVersion": {
      "@id": "oci:kubernetesVersion",
      "@type": "xsd:string"
    },
    "lifecycleState": {
      "@id": "oci:lifecycleState",
      "@type": "xsd:string"
    },
    "name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "nodeShape": {
      "@id": "oci:nodeShape",
      "@type": "xsd:string"
    },
    "quantityPerSubnet": {
      "@id": "oci:quantityPerSubnet",
      "@type": "xsd:integer"
    },
    "timeCreated": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    }
  }
}