Amazon Cloudsearch Context
JSON-LD context defining the semantic vocabulary for Amazon Cloudsearch from Amazon CloudSearch.
9 Classes
16 Properties
4 Namespaces
Namespaces
cloudsearch:
https://aws.amazon.com/cloudsearch/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
CreateDomainRequest
CreateDomainResponse
DescribeDomainsResponse
DeleteDomainResponse
DomainStatus
DefineIndexFieldRequest
DefineIndexFieldResponse
DescribeIndexFieldsResponse
IndexDocumentsResponse
Properties
| Property |
Type |
Container |
| domainName |
string |
|
| domainStatus |
string |
|
| domainStatusList |
string |
set |
| domainId |
string |
|
| aRN |
string |
|
| created |
boolean |
|
| deleted |
boolean |
|
| processing |
boolean |
|
| requiresIndexDocuments |
boolean |
|
| searchInstanceCount |
integer |
|
| searchInstanceType |
string |
|
| docService |
string |
|
| searchService |
string |
|
| indexField |
string |
|
| indexFields |
string |
set |
| fieldNames |
string |
set |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"cloudsearch": "https://aws.amazon.com/cloudsearch/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"CreateDomainRequest": "cloudsearch:CreateDomainRequest",
"domainName": {
"@id": "cloudsearch:domain_name",
"@type": "xsd:string"
},
"CreateDomainResponse": "cloudsearch:CreateDomainResponse",
"domainStatus": {
"@id": "cloudsearch:domain_status",
"@type": "xsd:string"
},
"DescribeDomainsResponse": "cloudsearch:DescribeDomainsResponse",
"domainStatusList": {
"@id": "cloudsearch:domain_status_list",
"@container": "@set",
"@type": "xsd:string"
},
"DeleteDomainResponse": "cloudsearch:DeleteDomainResponse",
"DomainStatus": "cloudsearch:DomainStatus",
"domainId": {
"@id": "cloudsearch:domain_id",
"@type": "xsd:string"
},
"aRN": {
"@id": "cloudsearch:a_r_n",
"@type": "xsd:string"
},
"created": {
"@id": "cloudsearch:created",
"@type": "xsd:boolean"
},
"deleted": {
"@id": "cloudsearch:deleted",
"@type": "xsd:boolean"
},
"processing": {
"@id": "cloudsearch:processing",
"@type": "xsd:boolean"
},
"requiresIndexDocuments": {
"@id": "cloudsearch:requires_index_documents",
"@type": "xsd:boolean"
},
"searchInstanceCount": {
"@id": "cloudsearch:search_instance_count",
"@type": "xsd:integer"
},
"searchInstanceType": {
"@id": "cloudsearch:search_instance_type",
"@type": "xsd:string"
},
"docService": {
"@id": "cloudsearch:doc_service",
"@type": "xsd:string"
},
"searchService": {
"@id": "cloudsearch:search_service",
"@type": "xsd:string"
},
"DefineIndexFieldRequest": "cloudsearch:DefineIndexFieldRequest",
"indexField": {
"@id": "cloudsearch:index_field",
"@type": "xsd:string"
},
"DefineIndexFieldResponse": "cloudsearch:DefineIndexFieldResponse",
"DescribeIndexFieldsResponse": "cloudsearch:DescribeIndexFieldsResponse",
"indexFields": {
"@id": "cloudsearch:index_fields",
"@container": "@set",
"@type": "xsd:string"
},
"IndexDocumentsResponse": "cloudsearch:IndexDocumentsResponse",
"fieldNames": {
"@id": "cloudsearch:field_names",
"@container": "@set",
"@type": "xsd:string"
}
}
}