Argo CD · JSON-LD Context
Argo Cd Application Context
JSON-LD context defining the semantic vocabulary for Argo Cd Application from Argo CD.
24 Classes
43 Properties
4 Namespaces
Namespaces
argocd:
https://argoproj.github.io/schema/argo-cd/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
applicationApplicationSyncWindow
applicationFileChunk
applicationResourceActionParameters
applicationOperationTerminateResponse
applicationApplicationServerSideDiffResponse
applicationApplicationResourceResponse
applicationSyncOptions
applicationApplicationPatchRequest
applicationManagedResourcesResponse
applicationApplicationManifestQueryWithFiles
applicationApplicationResponse
applicationApplicationSyncRequest
applicationResourceActionRunRequestV2
applicationApplicationManifestQueryWithFilesWrapper
applicationApplicationRollbackRequest
applicationResourceActionsListResponse
applicationLinkInfo
applicationLinksResponse
applicationLogEntry
applicationApplicationSyncWindowsResponse
name
version
description
url
Properties
| Property | Type | Container |
|---|---|---|
| duration | string | |
| kind | string | |
| manualSync | boolean | |
| schedule | string | |
| chunk | string | |
| value | string | |
| items | string | set |
| modified | boolean | |
| manifest | string | |
| appNamespace | string | |
| patch | string | |
| patchType | string | |
| project | string | |
| checksum | string | |
| dryRun | boolean | |
| infos | string | set |
| manifests | string | set |
| prune | boolean | |
| resources | string | set |
| retryStrategy | string | |
| revision | string | |
| revisions | string | set |
| sourcePositions | string | set |
| strategy | string | |
| syncOptions | string | |
| action | string | |
| group | string | |
| namespace | string | |
| resourceActionParameters | string | set |
| resourceName | string | |
| query | string | |
| id | integer | |
| actions | string | set |
| iconClass | string | |
| title | string | |
| content | string | |
| last | boolean | |
| podName | string | |
| timeStamp | string | |
| timeStampStr | string | |
| activeWindows | string | set |
| assignedWindows | string | set |
| canSync | boolean |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"argocd": "https://argoproj.github.io/schema/argo-cd/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"applicationApplicationSyncWindow": "argocd:applicationApplicationSyncWindow",
"applicationFileChunk": "argocd:applicationFileChunk",
"applicationResourceActionParameters": "argocd:applicationResourceActionParameters",
"applicationOperationTerminateResponse": "argocd:applicationOperationTerminateResponse",
"applicationApplicationServerSideDiffResponse": "argocd:applicationApplicationServerSideDiffResponse",
"applicationApplicationResourceResponse": "argocd:applicationApplicationResourceResponse",
"applicationSyncOptions": "argocd:applicationSyncOptions",
"applicationApplicationPatchRequest": "argocd:applicationApplicationPatchRequest",
"applicationManagedResourcesResponse": "argocd:applicationManagedResourcesResponse",
"applicationApplicationManifestQueryWithFiles": "argocd:applicationApplicationManifestQueryWithFiles",
"applicationApplicationResponse": "argocd:applicationApplicationResponse",
"applicationApplicationSyncRequest": "argocd:applicationApplicationSyncRequest",
"applicationResourceActionRunRequestV2": "argocd:applicationResourceActionRunRequestV2",
"applicationApplicationManifestQueryWithFilesWrapper": "argocd:applicationApplicationManifestQueryWithFilesWrapper",
"applicationApplicationRollbackRequest": "argocd:applicationApplicationRollbackRequest",
"applicationResourceActionsListResponse": "argocd:applicationResourceActionsListResponse",
"applicationLinkInfo": "argocd:applicationLinkInfo",
"applicationLinksResponse": "argocd:applicationLinksResponse",
"applicationLogEntry": "argocd:applicationLogEntry",
"applicationApplicationSyncWindowsResponse": "argocd:applicationApplicationSyncWindowsResponse",
"duration": {
"@id": "argocd:duration",
"@type": "xsd:string"
},
"kind": {
"@id": "argocd:kind",
"@type": "xsd:string"
},
"manualSync": {
"@id": "argocd:manualSync",
"@type": "xsd:boolean"
},
"schedule": {
"@id": "argocd:schedule",
"@type": "xsd:string"
},
"chunk": {
"@id": "argocd:chunk",
"@type": "xsd:string"
},
"name": "schema:name",
"value": {
"@id": "argocd:value",
"@type": "xsd:string"
},
"items": {
"@id": "argocd:items",
"@container": "@set",
"@type": "xsd:string"
},
"modified": {
"@id": "argocd:modified",
"@type": "xsd:boolean"
},
"manifest": {
"@id": "argocd:manifest",
"@type": "xsd:string"
},
"appNamespace": {
"@id": "argocd:appNamespace",
"@type": "xsd:string"
},
"patch": {
"@id": "argocd:patch",
"@type": "xsd:string"
},
"patchType": {
"@id": "argocd:patchType",
"@type": "xsd:string"
},
"project": {
"@id": "argocd:project",
"@type": "xsd:string"
},
"checksum": {
"@id": "argocd:checksum",
"@type": "xsd:string"
},
"dryRun": {
"@id": "argocd:dryRun",
"@type": "xsd:boolean"
},
"infos": {
"@id": "argocd:infos",
"@container": "@set",
"@type": "xsd:string"
},
"manifests": {
"@id": "argocd:manifests",
"@container": "@set",
"@type": "xsd:string"
},
"prune": {
"@id": "argocd:prune",
"@type": "xsd:boolean"
},
"resources": {
"@id": "argocd:resources",
"@container": "@set",
"@type": "xsd:string"
},
"retryStrategy": {
"@id": "argocd:retryStrategy",
"@type": "xsd:string"
},
"revision": {
"@id": "argocd:revision",
"@type": "xsd:string"
},
"revisions": {
"@id": "argocd:revisions",
"@container": "@set",
"@type": "xsd:string"
},
"sourcePositions": {
"@id": "argocd:sourcePositions",
"@container": "@set",
"@type": "xsd:string"
},
"strategy": {
"@id": "argocd:strategy",
"@type": "xsd:string"
},
"syncOptions": {
"@id": "argocd:syncOptions",
"@type": "xsd:string"
},
"action": {
"@id": "argocd:action",
"@type": "xsd:string"
},
"group": {
"@id": "argocd:group",
"@type": "xsd:string"
},
"namespace": {
"@id": "argocd:namespace",
"@type": "xsd:string"
},
"resourceActionParameters": {
"@id": "argocd:resourceActionParameters",
"@container": "@set",
"@type": "xsd:string"
},
"resourceName": {
"@id": "argocd:resourceName",
"@type": "xsd:string"
},
"version": "schema:version",
"query": {
"@id": "argocd:query",
"@type": "xsd:string"
},
"id": {
"@id": "argocd:id",
"@type": "xsd:integer"
},
"actions": {
"@id": "argocd:actions",
"@container": "@set",
"@type": "xsd:string"
},
"description": "schema:description",
"iconClass": {
"@id": "argocd:iconClass",
"@type": "xsd:string"
},
"title": {
"@id": "argocd:title",
"@type": "xsd:string"
},
"url": "schema:url",
"content": {
"@id": "argocd:content",
"@type": "xsd:string"
},
"last": {
"@id": "argocd:last",
"@type": "xsd:boolean"
},
"podName": {
"@id": "argocd:podName",
"@type": "xsd:string"
},
"timeStamp": {
"@id": "argocd:timeStamp",
"@type": "xsd:string"
},
"timeStampStr": {
"@id": "argocd:timeStampStr",
"@type": "xsd:string"
},
"activeWindows": {
"@id": "argocd:activeWindows",
"@container": "@set",
"@type": "xsd:string"
},
"assignedWindows": {
"@id": "argocd:assignedWindows",
"@container": "@set",
"@type": "xsd:string"
},
"canSync": {
"@id": "argocd:canSync",
"@type": "xsd:boolean"
}
}
}