Oracle Cloud Infrastructure · JSON-LD Context

Oracle Cloud Monitoring Update Context

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

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

UpdateAlarmDetails

Properties

Property Type Container
displayName string
isEnabled boolean
query string
severity 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#",
    "UpdateAlarmDetails": "oci:UpdateAlarmDetails",
    "displayName": {
      "@id": "oci:displayName",
      "@type": "xsd:string"
    },
    "isEnabled": {
      "@id": "oci:isEnabled",
      "@type": "xsd:boolean"
    },
    "query": {
      "@id": "oci:query",
      "@type": "xsd:string"
    },
    "severity": {
      "@id": "oci:severity",
      "@type": "xsd:string"
    }
  }
}