Amazon DynamoDB · JSON-LD Context
Amazon Dynamodb Context
JSON-LD context defining the semantic vocabulary for Amazon Dynamodb from Amazon DynamoDB.
32 Classes
92 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 DynamoDB Table
AttributeDefinition
AttributeValue
BatchGetItemInput
BatchGetItemOutput
BatchWriteItemInput
BatchWriteItemOutput
CreateTableInput
CreateTableOutput
DeleteItemInput
DeleteItemOutput
DescribeTableOutput
GetItemInput
GetItemOutput
GlobalSecondaryIndex
KeySchemaElement
LocalSecondaryIndex
ProvisionedThroughputDescription
PutItemInput
PutItemOutput
QueryInput
QueryOutput
ScanInput
ScanOutput
Tag
TransactGetItemsInput
TransactGetItemsOutput
TransactWriteItemsInput
TransactWriteItemsOutput
UpdateItemInput
UpdateItemOutput
UpdateTableInput
Properties
| Property | Type | Container |
|---|---|---|
| Projection | string | |
| ProvisionedThroughput | string | |
| TableDescription | string | |
| TableName | string | |
| Key | reference | |
| ProjectionExpression | string | |
| ConsistentRead | boolean | |
| ExpressionAttributeNames | reference | |
| Responses | reference | |
| UnprocessedKeys | reference | |
| UnprocessedItems | reference | |
| UpdateExpression | string | |
| ConditionExpression | string | |
| ExpressionAttributeValues | reference | |
| ReturnValues | string | |
| TransactItems | string | set |
| ClientRequestToken | string | |
| ConditionCheck | reference | |
| Put | reference | |
| Delete | reference | |
| Update | reference | |
| IndexName | string | |
| KeySchema | string | set |
| AttributeName | string | |
| KeyType | string | |
| Item | reference | |
| S | string | |
| N | string | |
| B | string | |
| SS | string | set |
| NS | string | set |
| BS | string | set |
| M | reference | |
| L | string | set |
| NULL | boolean | |
| BOOL | boolean | |
| Table | string | |
| ReadCapacityUnits | integer | |
| WriteCapacityUnits | integer | |
| Get | reference | |
| Attributes | reference | |
| tableName | string | |
| tableArn | string | |
| tableId | string | |
| tableStatus | string | |
| creationDateTime | dateTime | |
| keySchema | string | set |
| attributeDefinitions | string | set |
| provisionedThroughput | string | |
| billingMode | string | |
| itemCount | integer | |
| tableSizeBytes | integer | |
| globalSecondaryIndexes | string | set |
| localSecondaryIndexes | string | set |
| streamSpecification | string | |
| sseDescription | string | |
| tags | string | set |
| Items | string | set |
| Count | integer | |
| ScannedCount | integer | |
| LastEvaluatedKey | reference | |
| ProjectionType | string | |
| NonKeyAttributes | string | set |
| BillingMode | string | |
| GlobalSecondaryIndexUpdates | string | set |
| FilterExpression | string | |
| Limit | integer | |
| ExclusiveStartKey | reference | |
| Segment | integer | |
| TotalSegments | integer | |
| Select | string | |
| AttributeType | string | |
| ItemCollectionMetrics | reference | |
| RequestItems | reference | |
| Value | string | |
| LastIncreaseDateTime | decimal | |
| LastDecreaseDateTime | decimal | |
| NumberOfDecreasesToday | integer | |
| AttributeDefinitions | string | set |
| GlobalSecondaryIndexes | string | set |
| LocalSecondaryIndexes | string | set |
| Tags | string | set |
| KeyConditionExpression | string | |
| ScanIndexForward | boolean | |
| TableStatus | string | |
| TableArn | string | |
| TableId | string | |
| CreationDateTime | decimal | |
| TableSizeBytes | integer | |
| ItemCount | integer | |
| BillingModeSummary | reference | |
| LastUpdateToPayPerRequestDateTime | decimal |
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 DynamoDB Table": "aws:Amazon DynamoDB Table",
"AttributeDefinition": "aws:AttributeDefinition",
"AttributeValue": "aws:AttributeValue",
"BatchGetItemInput": "aws:BatchGetItemInput",
"BatchGetItemOutput": "aws:BatchGetItemOutput",
"BatchWriteItemInput": "aws:BatchWriteItemInput",
"BatchWriteItemOutput": "aws:BatchWriteItemOutput",
"CreateTableInput": "aws:CreateTableInput",
"CreateTableOutput": "aws:CreateTableOutput",
"DeleteItemInput": "aws:DeleteItemInput",
"DeleteItemOutput": "aws:DeleteItemOutput",
"DescribeTableOutput": "aws:DescribeTableOutput",
"GetItemInput": "aws:GetItemInput",
"GetItemOutput": "aws:GetItemOutput",
"GlobalSecondaryIndex": "aws:GlobalSecondaryIndex",
"KeySchemaElement": "aws:KeySchemaElement",
"LocalSecondaryIndex": "aws:LocalSecondaryIndex",
"Projection": {
"@id": "pan:Projection",
"@type": "xsd:string"
},
"ProvisionedThroughput": {
"@id": "pan:ProvisionedThroughput",
"@type": "xsd:string"
},
"ProvisionedThroughputDescription": "aws:ProvisionedThroughputDescription",
"PutItemInput": "aws:PutItemInput",
"PutItemOutput": "aws:PutItemOutput",
"QueryInput": "aws:QueryInput",
"QueryOutput": "aws:QueryOutput",
"ScanInput": "aws:ScanInput",
"ScanOutput": "aws:ScanOutput",
"TableDescription": {
"@id": "pan:TableDescription",
"@type": "xsd:string"
},
"Tag": "aws:Tag",
"TransactGetItemsInput": "aws:TransactGetItemsInput",
"TransactGetItemsOutput": "aws:TransactGetItemsOutput",
"TransactWriteItemsInput": "aws:TransactWriteItemsInput",
"TransactWriteItemsOutput": "aws:TransactWriteItemsOutput",
"UpdateItemInput": "aws:UpdateItemInput",
"UpdateItemOutput": "aws:UpdateItemOutput",
"UpdateTableInput": "aws:UpdateTableInput",
"TableName": {
"@id": "pan:TableName",
"@type": "xsd:string"
},
"Key": {
"@id": "pan:Key",
"@type": "@id"
},
"ProjectionExpression": {
"@id": "pan:ProjectionExpression",
"@type": "xsd:string"
},
"ConsistentRead": {
"@id": "pan:ConsistentRead",
"@type": "xsd:boolean"
},
"ExpressionAttributeNames": {
"@id": "pan:ExpressionAttributeNames",
"@type": "@id"
},
"Responses": {
"@id": "pan:Responses",
"@type": "@id"
},
"UnprocessedKeys": {
"@id": "pan:UnprocessedKeys",
"@type": "@id"
},
"UnprocessedItems": {
"@id": "pan:UnprocessedItems",
"@type": "@id"
},
"UpdateExpression": {
"@id": "pan:UpdateExpression",
"@type": "xsd:string"
},
"ConditionExpression": {
"@id": "pan:ConditionExpression",
"@type": "xsd:string"
},
"ExpressionAttributeValues": {
"@id": "pan:ExpressionAttributeValues",
"@type": "@id"
},
"ReturnValues": {
"@id": "pan:ReturnValues",
"@type": "xsd:string"
},
"TransactItems": {
"@id": "pan:TransactItems",
"@container": "@set",
"@type": "xsd:string"
},
"ClientRequestToken": {
"@id": "pan:ClientRequestToken",
"@type": "xsd:string"
},
"ConditionCheck": {
"@id": "pan:ConditionCheck",
"@type": "@id"
},
"Put": {
"@id": "pan:Put",
"@type": "@id"
},
"Delete": {
"@id": "pan:Delete",
"@type": "@id"
},
"Update": {
"@id": "pan:Update",
"@type": "@id"
},
"IndexName": {
"@id": "pan:IndexName",
"@type": "xsd:string"
},
"KeySchema": {
"@id": "pan:KeySchema",
"@container": "@set",
"@type": "xsd:string"
},
"AttributeName": {
"@id": "pan:AttributeName",
"@type": "xsd:string"
},
"KeyType": {
"@id": "pan:KeyType",
"@type": "xsd:string"
},
"Item": {
"@id": "pan:Item",
"@type": "@id"
},
"S": {
"@id": "pan:S",
"@type": "xsd:string"
},
"N": {
"@id": "pan:N",
"@type": "xsd:string"
},
"B": {
"@id": "pan:B",
"@type": "xsd:string"
},
"SS": {
"@id": "pan:SS",
"@container": "@set",
"@type": "xsd:string"
},
"NS": {
"@id": "pan:NS",
"@container": "@set",
"@type": "xsd:string"
},
"BS": {
"@id": "pan:BS",
"@container": "@set",
"@type": "xsd:string"
},
"M": {
"@id": "pan:M",
"@type": "@id"
},
"L": {
"@id": "pan:L",
"@container": "@set",
"@type": "xsd:string"
},
"NULL": {
"@id": "pan:NULL",
"@type": "xsd:boolean"
},
"BOOL": {
"@id": "pan:BOOL",
"@type": "xsd:boolean"
},
"Table": {
"@id": "pan:Table",
"@type": "xsd:string"
},
"ReadCapacityUnits": {
"@id": "pan:ReadCapacityUnits",
"@type": "xsd:integer"
},
"WriteCapacityUnits": {
"@id": "pan:WriteCapacityUnits",
"@type": "xsd:integer"
},
"Get": {
"@id": "pan:Get",
"@type": "@id"
},
"Attributes": {
"@id": "pan:Attributes",
"@type": "@id"
},
"tableName": {
"@id": "pan:tableName",
"@type": "xsd:string"
},
"tableArn": {
"@id": "pan:tableArn",
"@type": "xsd:string"
},
"tableId": {
"@id": "pan:tableId",
"@type": "xsd:string"
},
"tableStatus": {
"@id": "pan:tableStatus",
"@type": "xsd:string"
},
"creationDateTime": {
"@id": "pan:creationDateTime",
"@type": "xsd:dateTime"
},
"keySchema": {
"@id": "pan:keySchema",
"@container": "@set",
"@type": "xsd:string"
},
"attributeDefinitions": {
"@id": "pan:attributeDefinitions",
"@container": "@set",
"@type": "xsd:string"
},
"provisionedThroughput": {
"@id": "pan:provisionedThroughput",
"@type": "xsd:string"
},
"billingMode": {
"@id": "pan:billingMode",
"@type": "xsd:string"
},
"itemCount": {
"@id": "pan:itemCount",
"@type": "xsd:integer"
},
"tableSizeBytes": {
"@id": "pan:tableSizeBytes",
"@type": "xsd:integer"
},
"globalSecondaryIndexes": {
"@id": "pan:globalSecondaryIndexes",
"@container": "@set",
"@type": "xsd:string"
},
"localSecondaryIndexes": {
"@id": "pan:localSecondaryIndexes",
"@container": "@set",
"@type": "xsd:string"
},
"streamSpecification": {
"@id": "pan:streamSpecification",
"@type": "xsd:string"
},
"sseDescription": {
"@id": "pan:sseDescription",
"@type": "xsd:string"
},
"tags": {
"@id": "pan:tags",
"@container": "@set",
"@type": "xsd:string"
},
"Items": {
"@id": "pan:Items",
"@container": "@set",
"@type": "xsd:string"
},
"Count": {
"@id": "pan:Count",
"@type": "xsd:integer"
},
"ScannedCount": {
"@id": "pan:ScannedCount",
"@type": "xsd:integer"
},
"LastEvaluatedKey": {
"@id": "pan:LastEvaluatedKey",
"@type": "@id"
},
"ProjectionType": {
"@id": "pan:ProjectionType",
"@type": "xsd:string"
},
"NonKeyAttributes": {
"@id": "pan:NonKeyAttributes",
"@container": "@set",
"@type": "xsd:string"
},
"BillingMode": {
"@id": "pan:BillingMode",
"@type": "xsd:string"
},
"GlobalSecondaryIndexUpdates": {
"@id": "pan:GlobalSecondaryIndexUpdates",
"@container": "@set",
"@type": "xsd:string"
},
"FilterExpression": {
"@id": "pan:FilterExpression",
"@type": "xsd:string"
},
"Limit": {
"@id": "pan:Limit",
"@type": "xsd:integer"
},
"ExclusiveStartKey": {
"@id": "pan:ExclusiveStartKey",
"@type": "@id"
},
"Segment": {
"@id": "pan:Segment",
"@type": "xsd:integer"
},
"TotalSegments": {
"@id": "pan:TotalSegments",
"@type": "xsd:integer"
},
"Select": {
"@id": "pan:Select",
"@type": "xsd:string"
},
"AttributeType": {
"@id": "pan:AttributeType",
"@type": "xsd:string"
},
"ItemCollectionMetrics": {
"@id": "pan:ItemCollectionMetrics",
"@type": "@id"
},
"RequestItems": {
"@id": "pan:RequestItems",
"@type": "@id"
},
"Value": {
"@id": "pan:Value",
"@type": "xsd:string"
},
"LastIncreaseDateTime": {
"@id": "pan:LastIncreaseDateTime",
"@type": "xsd:decimal"
},
"LastDecreaseDateTime": {
"@id": "pan:LastDecreaseDateTime",
"@type": "xsd:decimal"
},
"NumberOfDecreasesToday": {
"@id": "pan:NumberOfDecreasesToday",
"@type": "xsd:integer"
},
"AttributeDefinitions": {
"@id": "pan:AttributeDefinitions",
"@container": "@set",
"@type": "xsd:string"
},
"GlobalSecondaryIndexes": {
"@id": "pan:GlobalSecondaryIndexes",
"@container": "@set",
"@type": "xsd:string"
},
"LocalSecondaryIndexes": {
"@id": "pan:LocalSecondaryIndexes",
"@container": "@set",
"@type": "xsd:string"
},
"Tags": {
"@id": "pan:Tags",
"@container": "@set",
"@type": "xsd:string"
},
"KeyConditionExpression": {
"@id": "pan:KeyConditionExpression",
"@type": "xsd:string"
},
"ScanIndexForward": {
"@id": "pan:ScanIndexForward",
"@type": "xsd:boolean"
},
"TableStatus": {
"@id": "pan:TableStatus",
"@type": "xsd:string"
},
"TableArn": {
"@id": "pan:TableArn",
"@type": "xsd:string"
},
"TableId": {
"@id": "pan:TableId",
"@type": "xsd:string"
},
"CreationDateTime": {
"@id": "pan:CreationDateTime",
"@type": "xsd:decimal"
},
"TableSizeBytes": {
"@id": "pan:TableSizeBytes",
"@type": "xsd:integer"
},
"ItemCount": {
"@id": "pan:ItemCount",
"@type": "xsd:integer"
},
"BillingModeSummary": {
"@id": "pan:BillingModeSummary",
"@type": "@id"
},
"LastUpdateToPayPerRequestDateTime": {
"@id": "pan:LastUpdateToPayPerRequestDateTime",
"@type": "xsd:decimal"
}
}
}