Oracle Cloud Infrastructure · JSON-LD Context

Oracle Cloud Compute Attach Context

JSON-LD context defining the semantic vocabulary for Oracle Cloud Compute Attach from Oracle Cloud Infrastructure.

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

AttachVolumeDetails

Properties

Property Type Container
displayName string
instanceId string
isReadOnly boolean
type string
volumeId 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#",
    "AttachVolumeDetails": "oci:AttachVolumeDetails",
    "displayName": {
      "@id": "oci:displayName",
      "@type": "xsd:string"
    },
    "instanceId": {
      "@id": "oci:instanceId",
      "@type": "xsd:string"
    },
    "isReadOnly": {
      "@id": "oci:isReadOnly",
      "@type": "xsd:boolean"
    },
    "type": {
      "@id": "oci:type",
      "@type": "xsd:string"
    },
    "volumeId": {
      "@id": "oci:volumeId",
      "@type": "xsd:string"
    }
  }
}