Faq is a JSON Structure definition published by Amazon Kendra, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-kendra/refs/heads/main/json-structure/amazon-kendra-faq-structure.json",
"name": "Faq",
"description": "An Amazon Kendra FAQ list associated with a search index.",
"type": "object",
"properties": {
"Id": {
"type": "string",
"description": "The identifier of the FAQ.",
"example": "faq-abc12345"
},
"Name": {
"type": "string",
"description": "The name of the FAQ.",
"example": "product-faqs"
},
"Status": {
"type": "string",
"enum": [
"CREATING",
"UPDATING",
"ACTIVE",
"DELETING",
"FAILED"
],
"description": "The status of the FAQ.",
"example": "ACTIVE"
},
"FileFormat": {
"type": "string",
"enum": [
"CSV",
"CSV_WITH_HEADER",
"JSON"
],
"description": "The format of the FAQ file.",
"example": "CSV"
},
"CreatedAt": {
"type": "datetime",
"description": "When the FAQ was created."
},
"UpdatedAt": {
"type": "datetime",
"description": "When the FAQ was last updated."
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.