Oracle · JSON-LD Context

Oracle Context

JSON-LD context defining the semantic vocabulary for Oracle from Oracle.

0 Classes 9 Properties 4 Namespaces
View Context View on GitHub

Namespaces

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

Properties

Property Type Container
ComputeInstance
ShapeConfig
Shape
Image
VnicAttachment
VolumeAttachment
Compartment
ConsoleConnection
Tag

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "oci": "https://docs.oracle.com/en-us/iaas/api/schemas/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dcterms": "http://purl.org/dc/terms/",

    "ComputeInstance": {
      "@id": "oci:ComputeInstance",
      "@context": {
        "id": "@id",
        "displayName": "schema:name",
        "compartmentId": "oci:compartmentId",
        "availabilityDomain": "oci:availabilityDomain",
        "faultDomain": "oci:faultDomain",
        "shape": "oci:shape",
        "region": "oci:region",
        "lifecycleState": "oci:lifecycleState",
        "timeCreated": {
          "@id": "dcterms:created",
          "@type": "xsd:dateTime"
        },
        "metadata": "oci:metadata",
        "imageId": "oci:imageId",
        "launchMode": "oci:launchMode",
        "capacityReservationId": "oci:capacityReservationId",
        "dedicatedVmHostId": "oci:dedicatedVmHostId",
        "isCrossNumaNode": {
          "@id": "oci:isCrossNumaNode",
          "@type": "xsd:boolean"
        },
        "definedTags": "oci:definedTags",
        "freeformTags": "oci:freeformTags"
      }
    },

    "ShapeConfig": {
      "@id": "oci:ShapeConfig",
      "@context": {
        "ocpus": {
          "@id": "oci:ocpus",
          "@type": "xsd:float"
        },
        "memoryInGBs": {
          "@id": "oci:memoryInGBs",
          "@type": "xsd:float"
        },
        "baselineOcpuUtilization": "oci:baselineOcpuUtilization",
        "processorDescription": "schema:description",
        "networkingBandwidthInGbps": {
          "@id": "oci:networkingBandwidthInGbps",
          "@type": "xsd:float"
        },
        "maxVnicAttachments": {
          "@id": "oci:maxVnicAttachments",
          "@type": "xsd:integer"
        },
        "gpus": {
          "@id": "oci:gpus",
          "@type": "xsd:integer"
        },
        "gpuDescription": "oci:gpuDescription",
        "localDisks": {
          "@id": "oci:localDisks",
          "@type": "xsd:integer"
        },
        "localDisksTotalSizeInGBs": {
          "@id": "oci:localDisksTotalSizeInGBs",
          "@type": "xsd:float"
        },
        "vcpus": {
          "@id": "oci:vcpus",
          "@type": "xsd:integer"
        }
      }
    },

    "Shape": {
      "@id": "oci:Shape",
      "@context": {
        "shape": "schema:name",
        "availabilityDomain": "oci:availabilityDomain",
        "ocpus": {
          "@id": "oci:ocpus",
          "@type": "xsd:float"
        },
        "memoryInGBs": {
          "@id": "oci:memoryInGBs",
          "@type": "xsd:float"
        },
        "processorDescription": "schema:description",
        "networkingBandwidthInGbps": {
          "@id": "oci:networkingBandwidthInGbps",
          "@type": "xsd:float"
        },
        "maxVnicAttachments": {
          "@id": "oci:maxVnicAttachments",
          "@type": "xsd:integer"
        },
        "gpus": {
          "@id": "oci:gpus",
          "@type": "xsd:integer"
        },
        "gpuDescription": "oci:gpuDescription",
        "localDisks": {
          "@id": "oci:localDisks",
          "@type": "xsd:integer"
        },
        "localDisksTotalSizeInGBs": {
          "@id": "oci:localDisksTotalSizeInGBs",
          "@type": "xsd:float"
        },
        "isFlexible": {
          "@id": "oci:isFlexible",
          "@type": "xsd:boolean"
        },
        "isBilledForStoppedInstance": {
          "@id": "oci:isBilledForStoppedInstance",
          "@type": "xsd:boolean"
        },
        "quotaNames": {
          "@id": "oci:quotaNames",
          "@container": "@set"
        }
      }
    },

    "Image": {
      "@id": "oci:Image",
      "@context": {
        "id": "@id",
        "displayName": "schema:name",
        "compartmentId": "oci:compartmentId",
        "operatingSystem": "schema:operatingSystem",
        "operatingSystemVersion": "schema:softwareVersion",
        "lifecycleState": "oci:lifecycleState",
        "timeCreated": {
          "@id": "dcterms:created",
          "@type": "xsd:dateTime"
        },
        "baseImageId": "oci:baseImageId",
        "sizeInMBs": {
          "@id": "oci:sizeInMBs",
          "@type": "xsd:integer"
        },
        "billableSizeInGBs": {
          "@id": "oci:billableSizeInGBs",
          "@type": "xsd:integer"
        },
        "createImageAllowed": {
          "@id": "oci:createImageAllowed",
          "@type": "xsd:boolean"
        },
        "launchMode": "oci:launchMode"
      }
    },

    "VnicAttachment": {
      "@id": "oci:VnicAttachment",
      "@context": {
        "id": "@id",
        "instanceId": "oci:instanceId",
        "compartmentId": "oci:compartmentId",
        "availabilityDomain": "oci:availabilityDomain",
        "displayName": "schema:name",
        "vnicId": "oci:vnicId",
        "subnetId": "oci:subnetId",
        "nicIndex": {
          "@id": "oci:nicIndex",
          "@type": "xsd:integer"
        },
        "vlanTag": {
          "@id": "oci:vlanTag",
          "@type": "xsd:integer"
        },
        "lifecycleState": "oci:lifecycleState",
        "timeCreated": {
          "@id": "dcterms:created",
          "@type": "xsd:dateTime"
        }
      }
    },

    "VolumeAttachment": {
      "@id": "oci:VolumeAttachment",
      "@context": {
        "id": "@id",
        "instanceId": "oci:instanceId",
        "volumeId": "oci:volumeId",
        "compartmentId": "oci:compartmentId",
        "availabilityDomain": "oci:availabilityDomain",
        "displayName": "schema:name",
        "device": "oci:device",
        "attachmentType": "oci:attachmentType",
        "lifecycleState": "oci:lifecycleState",
        "timeCreated": {
          "@id": "dcterms:created",
          "@type": "xsd:dateTime"
        },
        "isReadOnly": {
          "@id": "oci:isReadOnly",
          "@type": "xsd:boolean"
        },
        "isShareable": {
          "@id": "oci:isShareable",
          "@type": "xsd:boolean"
        },
        "isPvEncryptionInTransitEnabled": {
          "@id": "oci:isPvEncryptionInTransitEnabled",
          "@type": "xsd:boolean"
        }
      }
    },

    "Compartment": {
      "@id": "oci:Compartment",
      "@context": {
        "id": "@id",
        "name": "schema:name",
        "description": "dcterms:description",
        "compartmentId": "oci:parentCompartmentId",
        "lifecycleState": "oci:lifecycleState",
        "timeCreated": {
          "@id": "dcterms:created",
          "@type": "xsd:dateTime"
        },
        "definedTags": "oci:definedTags",
        "freeformTags": "oci:freeformTags"
      }
    },

    "ConsoleConnection": {
      "@id": "oci:InstanceConsoleConnection",
      "@context": {
        "id": "@id",
        "instanceId": "oci:instanceId",
        "compartmentId": "oci:compartmentId",
        "connectionString": "oci:connectionString",
        "fingerprint": "oci:fingerprint",
        "vncConnectionString": "oci:vncConnectionString",
        "lifecycleState": "oci:lifecycleState",
        "serviceHostKeyFingerprint": "oci:serviceHostKeyFingerprint"
      }
    },

    "Tag": {
      "@id": "oci:Tag",
      "@context": {
        "key": "schema:name",
        "value": "schema:value",
        "namespace": "oci:tagNamespace"
      }
    }
  }
}