Oracle Cloud Infrastructure · JSON-LD Context

Oracle Cloud Functions Create Context

JSON-LD context defining the semantic vocabulary for Oracle Cloud Functions Create from Oracle Cloud Infrastructure.

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

CreateFunctionDetails CreateApplicationDetails

Properties

Property Type Container
applicationId string
compartmentId string
config
displayName string
image string
memoryInMBs integer
subnetIds string set
timeoutInSeconds integer

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#",
    "CreateFunctionDetails": "oci:CreateFunctionDetails",
    "CreateApplicationDetails": "oci:CreateApplicationDetails",
    "applicationId": {
      "@id": "oci:applicationId",
      "@type": "xsd:string"
    },
    "compartmentId": {
      "@id": "oci:compartmentId",
      "@type": "xsd:string"
    },
    "config": {
      "@id": "oci:config"
    },
    "displayName": {
      "@id": "oci:displayName",
      "@type": "xsd:string"
    },
    "image": {
      "@id": "oci:image",
      "@type": "xsd:string"
    },
    "memoryInMBs": {
      "@id": "oci:memoryInMBs",
      "@type": "xsd:integer"
    },
    "subnetIds": {
      "@id": "oci:subnetIds",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "timeoutInSeconds": {
      "@id": "oci:timeoutInSeconds",
      "@type": "xsd:integer"
    }
  }
}