Amazon Ecr Context
JSON-LD context defining the semantic vocabulary for Amazon Ecr from Amazon ECR.
4 Classes
22 Properties
5 Namespaces
Namespaces
aws:
https://aws.amazon.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
pan:
https://aws.amazon.com/schema/
Classes
Amazon ECR Repository
CreateRepositoryResponse
DescribeRepositoriesResponse
Repository
Properties
| Property |
Type |
Container |
| repositoryArn |
string |
|
| registryId |
string |
|
| repositoryName |
string |
|
| repositoryUri |
reference |
|
| createdAt |
dateTime |
|
| imageTagMutability |
string |
|
| imageScanningConfiguration |
reference |
|
| scanOnPush |
boolean |
|
| encryptionConfiguration |
reference |
|
| encryptionType |
string |
|
| kmsKey |
string |
|
| imageCount |
integer |
|
| repositoryPolicy |
string |
|
| lifecyclePolicy |
reference |
|
| lifecyclePolicyText |
string |
|
| lastEvaluatedAt |
dateTime |
|
| tags |
string |
set |
| Key |
string |
|
| Value |
string |
|
| repository |
string |
|
| repositories |
string |
set |
| nextToken |
string |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"aws": "https://aws.amazon.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"pan": "https://aws.amazon.com/schema/",
"Amazon ECR Repository": "aws:Amazon ECR Repository",
"CreateRepositoryResponse": "aws:CreateRepositoryResponse",
"DescribeRepositoriesResponse": "aws:DescribeRepositoriesResponse",
"Repository": "aws:Repository",
"repositoryArn": {
"@id": "pan:repositoryArn",
"@type": "xsd:string"
},
"registryId": {
"@id": "pan:registryId",
"@type": "xsd:string"
},
"repositoryName": {
"@id": "pan:repositoryName",
"@type": "xsd:string"
},
"repositoryUri": {
"@id": "pan:repositoryUri",
"@type": "@id"
},
"createdAt": {
"@id": "pan:createdAt",
"@type": "xsd:dateTime"
},
"imageTagMutability": {
"@id": "pan:imageTagMutability",
"@type": "xsd:string"
},
"imageScanningConfiguration": {
"@id": "pan:imageScanningConfiguration",
"@type": "@id"
},
"scanOnPush": {
"@id": "pan:scanOnPush",
"@type": "xsd:boolean"
},
"encryptionConfiguration": {
"@id": "pan:encryptionConfiguration",
"@type": "@id"
},
"encryptionType": {
"@id": "pan:encryptionType",
"@type": "xsd:string"
},
"kmsKey": {
"@id": "pan:kmsKey",
"@type": "xsd:string"
},
"imageCount": {
"@id": "pan:imageCount",
"@type": "xsd:integer"
},
"repositoryPolicy": {
"@id": "pan:repositoryPolicy",
"@type": "xsd:string"
},
"lifecyclePolicy": {
"@id": "pan:lifecyclePolicy",
"@type": "@id"
},
"lifecyclePolicyText": {
"@id": "pan:lifecyclePolicyText",
"@type": "xsd:string"
},
"lastEvaluatedAt": {
"@id": "pan:lastEvaluatedAt",
"@type": "xsd:dateTime"
},
"tags": {
"@id": "pan:tags",
"@container": "@set",
"@type": "xsd:string"
},
"Key": {
"@id": "pan:Key",
"@type": "xsd:string"
},
"Value": {
"@id": "pan:Value",
"@type": "xsd:string"
},
"repository": {
"@id": "pan:repository",
"@type": "xsd:string"
},
"repositories": {
"@id": "pan:repositories",
"@container": "@set",
"@type": "xsd:string"
},
"nextToken": {
"@id": "pan:nextToken",
"@type": "xsd:string"
}
}
}