{ "@context": { "@version": 1.1, "kendra": "https://kendra.amazonaws.com/schema/", "schema": "https://schema.org/", "dcterms": "http://purl.org/dc/terms/", "xsd": "http://www.w3.org/2001/XMLSchema#", "Index": "kendra:Index", "DataSource": "kendra:DataSource", "QueryResult": "kendra:QueryResult", "Faq": "kendra:Faq", "id": { "@id": "schema:identifier", "@type": "xsd:string" }, "name": { "@id": "schema:name", "@type": "xsd:string" }, "description": { "@id": "schema:description", "@type": "xsd:string" }, "status": { "@id": "kendra:status", "@type": "xsd:string" }, "edition": { "@id": "kendra:edition", "@type": "xsd:string" }, "roleArn": { "@id": "kendra:roleArn", "@type": "xsd:string" }, "type": { "@id": "kendra:type", "@type": "xsd:string" }, "schedule": { "@id": "kendra:schedule", "@type": "xsd:string" }, "indexId": { "@id": "kendra:indexId", "@type": "xsd:string" }, "queryId": { "@id": "kendra:queryId", "@type": "xsd:string" }, "resultItems": { "@id": "kendra:resultItems", "@container": "@set" }, "totalNumberOfResults": { "@id": "kendra:totalNumberOfResults", "@type": "xsd:integer" }, "facetResults": { "@id": "kendra:facetResults", "@container": "@set" }, "fileFormat": { "@id": "kendra:fileFormat", "@type": "xsd:string" }, "createdAt": { "@id": "schema:dateCreated", "@type": "xsd:dateTime" }, "updatedAt": { "@id": "schema:dateModified", "@type": "xsd:dateTime" } } }