Amazon Clean Rooms · JSON-LD Context
Amazon Clean Rooms Context
JSON-LD context defining the semantic vocabulary for Amazon Clean Rooms from Amazon Clean Rooms.
19 Classes
32 Properties
4 Namespaces
Namespaces
cleanrooms:
https://aws.amazon.com/clean-rooms/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Collaboration
name
description
Membership
ProtectedQuery
ConfiguredTable
ListCollaborationsResponse
CreateCollaborationRequest
CreateCollaborationResponse
GetCollaborationResponse
ListMembershipsResponse
CreateMembershipRequest
CreateMembershipResponse
ListProtectedQueriesResponse
StartProtectedQueryRequest
StartProtectedQueryResponse
ListConfiguredTablesResponse
CreateConfiguredTableRequest
CreateConfiguredTableResponse
Properties
| Property | Type | Container |
|---|---|---|
| id | string | |
| arn | string | |
| creatorAccountId | string | |
| creatorDisplayName | string | |
| createTime | dateTime | |
| updateTime | dateTime | |
| queryLogStatus | string | |
| collaborationArn | string | |
| collaborationId | string | |
| collaborationCreatorAccountId | string | |
| collaborationName | string | |
| status | string | |
| membershipId | string | |
| membershipArn | string | |
| analysisMethod | string | |
| nextToken | string | |
| collaborationList | string | set |
| members | string | set |
| creatorMemberAbilities | string | set |
| collaboration | string | |
| membershipList | string | set |
| collaborationIdentifier | string | |
| membership | string | |
| protectedQueries | string | set |
| type | string | |
| sqlParameters | string | |
| resultConfiguration | string | |
| protectedQuery | string | |
| configuredTableList | string | set |
| tableReference | string | |
| allowedColumns | string | set |
| configuredTable | string |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"cleanrooms": "https://aws.amazon.com/clean-rooms/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Collaboration": "cleanrooms:Collaboration",
"id": {
"@id": "cleanrooms:id",
"@type": "xsd:string"
},
"arn": {
"@id": "cleanrooms:arn",
"@type": "xsd:string"
},
"name": "schema:name",
"description": "schema:description",
"creatorAccountId": {
"@id": "cleanrooms:creator_account_id",
"@type": "xsd:string"
},
"creatorDisplayName": {
"@id": "cleanrooms:creator_display_name",
"@type": "xsd:string"
},
"createTime": {
"@id": "cleanrooms:create_time",
"@type": "xsd:dateTime"
},
"updateTime": {
"@id": "cleanrooms:update_time",
"@type": "xsd:dateTime"
},
"queryLogStatus": {
"@id": "cleanrooms:query_log_status",
"@type": "xsd:string"
},
"Membership": "cleanrooms:Membership",
"collaborationArn": {
"@id": "cleanrooms:collaboration_arn",
"@type": "xsd:string"
},
"collaborationId": {
"@id": "cleanrooms:collaboration_id",
"@type": "xsd:string"
},
"collaborationCreatorAccountId": {
"@id": "cleanrooms:collaboration_creator_account_id",
"@type": "xsd:string"
},
"collaborationName": {
"@id": "cleanrooms:collaboration_name",
"@type": "xsd:string"
},
"status": {
"@id": "cleanrooms:status",
"@type": "xsd:string"
},
"ProtectedQuery": "cleanrooms:ProtectedQuery",
"membershipId": {
"@id": "cleanrooms:membership_id",
"@type": "xsd:string"
},
"membershipArn": {
"@id": "cleanrooms:membership_arn",
"@type": "xsd:string"
},
"ConfiguredTable": "cleanrooms:ConfiguredTable",
"analysisMethod": {
"@id": "cleanrooms:analysis_method",
"@type": "xsd:string"
},
"ListCollaborationsResponse": "cleanrooms:ListCollaborationsResponse",
"nextToken": {
"@id": "cleanrooms:next_token",
"@type": "xsd:string"
},
"collaborationList": {
"@id": "cleanrooms:collaboration_list",
"@container": "@set",
"@type": "xsd:string"
},
"CreateCollaborationRequest": "cleanrooms:CreateCollaborationRequest",
"members": {
"@id": "cleanrooms:members",
"@container": "@set",
"@type": "xsd:string"
},
"creatorMemberAbilities": {
"@id": "cleanrooms:creator_member_abilities",
"@container": "@set",
"@type": "xsd:string"
},
"CreateCollaborationResponse": "cleanrooms:CreateCollaborationResponse",
"collaboration": {
"@id": "cleanrooms:collaboration",
"@type": "xsd:string"
},
"GetCollaborationResponse": "cleanrooms:GetCollaborationResponse",
"ListMembershipsResponse": "cleanrooms:ListMembershipsResponse",
"membershipList": {
"@id": "cleanrooms:membership_list",
"@container": "@set",
"@type": "xsd:string"
},
"CreateMembershipRequest": "cleanrooms:CreateMembershipRequest",
"collaborationIdentifier": {
"@id": "cleanrooms:collaboration_identifier",
"@type": "xsd:string"
},
"CreateMembershipResponse": "cleanrooms:CreateMembershipResponse",
"membership": {
"@id": "cleanrooms:membership",
"@type": "xsd:string"
},
"ListProtectedQueriesResponse": "cleanrooms:ListProtectedQueriesResponse",
"protectedQueries": {
"@id": "cleanrooms:protected_queries",
"@container": "@set",
"@type": "xsd:string"
},
"StartProtectedQueryRequest": "cleanrooms:StartProtectedQueryRequest",
"type": {
"@id": "cleanrooms:type",
"@type": "xsd:string"
},
"sqlParameters": {
"@id": "cleanrooms:sql_parameters",
"@type": "xsd:string"
},
"resultConfiguration": {
"@id": "cleanrooms:result_configuration",
"@type": "xsd:string"
},
"StartProtectedQueryResponse": "cleanrooms:StartProtectedQueryResponse",
"protectedQuery": {
"@id": "cleanrooms:protected_query",
"@type": "xsd:string"
},
"ListConfiguredTablesResponse": "cleanrooms:ListConfiguredTablesResponse",
"configuredTableList": {
"@id": "cleanrooms:configured_table_list",
"@container": "@set",
"@type": "xsd:string"
},
"CreateConfiguredTableRequest": "cleanrooms:CreateConfiguredTableRequest",
"tableReference": {
"@id": "cleanrooms:table_reference",
"@type": "xsd:string"
},
"allowedColumns": {
"@id": "cleanrooms:allowed_columns",
"@container": "@set",
"@type": "xsd:string"
},
"CreateConfiguredTableResponse": "cleanrooms:CreateConfiguredTableResponse",
"configuredTable": {
"@id": "cleanrooms:configured_table",
"@type": "xsd:string"
}
}
}