Oracle Cloud Infrastructure · JSON-LD Context

Oracle Cloud Networking Route Context

JSON-LD context defining the semantic vocabulary for Oracle Cloud Networking Route from Oracle Cloud Infrastructure.

1 Classes 7 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

RouteTable

Properties

Property Type Container
compartmentId string
displayName string
id string
lifecycleState string
routeRules reference set
timeCreated dateTime
vcnId string

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#",
    "RouteTable": "oci:RouteTable",
    "compartmentId": {
      "@id": "oci:compartmentId",
      "@type": "xsd:string"
    },
    "displayName": {
      "@id": "oci:displayName",
      "@type": "xsd:string"
    },
    "id": {
      "@id": "oci:id",
      "@type": "xsd:string"
    },
    "lifecycleState": {
      "@id": "oci:lifecycleState",
      "@type": "xsd:string"
    },
    "routeRules": {
      "@id": "oci:routeRules",
      "@container": "@set",
      "@type": "@id"
    },
    "timeCreated": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "vcnId": {
      "@id": "oci:vcnId",
      "@type": "xsd:string"
    }
  }
}