Azure Container Apps · JSON-LD Context
Azure Container Apps Context
JSON-LD context defining the semantic vocabulary for Azure Container Apps from Azure Container Apps.
13 Classes
28 Properties
4 Namespaces
Namespaces
aca:
https://azure.microsoft.com/container-apps/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
ContainerApp
Configuration
Template
Container
Revision
ManagedEnvironment
Job
JobExecution
JobExecutionTemplate
Secret
ContainerAppSecret
AuthConfig
name
Properties
| Property | Type | Container |
|---|---|---|
| id | string | |
| type | string | |
| location | string | |
| tags | reference | |
| identity | reference | |
| properties | reference | |
| secrets | string | set |
| activeRevisionsMode | string | |
| ingress | reference | |
| registries | string | set |
| dapr | reference | |
| maxInactiveRevisions | integer | |
| revisionSuffix | string | |
| terminationGracePeriodSeconds | integer | |
| initContainers | string | set |
| containers | string | set |
| scale | reference | |
| volumes | string | set |
| serviceBinds | string | set |
| image | string | |
| command | string | set |
| args | string | set |
| env | string | set |
| resources | reference | |
| volumeMounts | string | set |
| probes | string | set |
| value | string | |
| keyVaultUrl | string |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"aca": "https://azure.microsoft.com/container-apps/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"ContainerApp": "aca:ContainerApp",
"Configuration": "aca:Configuration",
"Template": "aca:Template",
"Container": "aca:Container",
"Revision": "aca:Revision",
"ManagedEnvironment": "aca:ManagedEnvironment",
"Job": "aca:Job",
"JobExecution": "aca:JobExecution",
"JobExecutionTemplate": "aca:JobExecutionTemplate",
"Secret": "aca:Secret",
"ContainerAppSecret": "aca:ContainerAppSecret",
"AuthConfig": "aca:AuthConfig",
"id": {
"@id": "aca:id",
"@type": "xsd:string"
},
"name": "schema:name",
"type": {
"@id": "aca:type",
"@type": "xsd:string"
},
"location": {
"@id": "aca:location",
"@type": "xsd:string"
},
"tags": {
"@id": "aca:tags",
"@type": "@id"
},
"identity": {
"@id": "aca:identity",
"@type": "@id"
},
"properties": {
"@id": "aca:properties",
"@type": "@id"
},
"secrets": {
"@id": "aca:secrets",
"@container": "@set",
"@type": "xsd:string"
},
"activeRevisionsMode": {
"@id": "aca:activeRevisionsMode",
"@type": "xsd:string"
},
"ingress": {
"@id": "aca:ingress",
"@type": "@id"
},
"registries": {
"@id": "aca:registries",
"@container": "@set",
"@type": "xsd:string"
},
"dapr": {
"@id": "aca:dapr",
"@type": "@id"
},
"maxInactiveRevisions": {
"@id": "aca:maxInactiveRevisions",
"@type": "xsd:integer"
},
"revisionSuffix": {
"@id": "aca:revisionSuffix",
"@type": "xsd:string"
},
"terminationGracePeriodSeconds": {
"@id": "aca:terminationGracePeriodSeconds",
"@type": "xsd:integer"
},
"initContainers": {
"@id": "aca:initContainers",
"@container": "@set",
"@type": "xsd:string"
},
"containers": {
"@id": "aca:containers",
"@container": "@set",
"@type": "xsd:string"
},
"scale": {
"@id": "aca:scale",
"@type": "@id"
},
"volumes": {
"@id": "aca:volumes",
"@container": "@set",
"@type": "xsd:string"
},
"serviceBinds": {
"@id": "aca:serviceBinds",
"@container": "@set",
"@type": "xsd:string"
},
"image": {
"@id": "aca:image",
"@type": "xsd:string"
},
"command": {
"@id": "aca:command",
"@container": "@set",
"@type": "xsd:string"
},
"args": {
"@id": "aca:args",
"@container": "@set",
"@type": "xsd:string"
},
"env": {
"@id": "aca:env",
"@container": "@set",
"@type": "xsd:string"
},
"resources": {
"@id": "aca:resources",
"@type": "@id"
},
"volumeMounts": {
"@id": "aca:volumeMounts",
"@container": "@set",
"@type": "xsd:string"
},
"probes": {
"@id": "aca:probes",
"@container": "@set",
"@type": "xsd:string"
},
"value": {
"@id": "aca:value",
"@type": "xsd:string"
},
"keyVaultUrl": {
"@id": "aca:keyVaultUrl",
"@type": "xsd:string"
}
}
}