Oracle Cloud Infrastructure · JSON-LD Context

Oracle Cloud Iam Update Context

JSON-LD context defining the semantic vocabulary for Oracle Cloud Iam Update from Oracle Cloud Infrastructure.

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

UpdateUserDetails

Properties

Property Type Container
description string
email 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#",
    "UpdateUserDetails": "oci:UpdateUserDetails",
    "description": {
      "@id": "schema:description",
      "@type": "xsd:string"
    },
    "email": {
      "@id": "schema:email",
      "@type": "xsd:string"
    }
  }
}