Amazon CloudSearch · JSON Structure

Cloudsearch Describe Index Fields Response Structure

DescribeIndexFieldsResponse schema

Type: object Properties: 1
CloudSearchSearchFull-Text SearchManaged

DescribeIndexFieldsResponse is a JSON Structure definition published by Amazon CloudSearch, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

IndexFields

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cloudsearch/refs/heads/main/json-structure/cloudsearch-describe-index-fields-response-structure.json",
  "name": "DescribeIndexFieldsResponse",
  "description": "DescribeIndexFieldsResponse schema",
  "type": "object",
  "properties": {
    "IndexFields": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "Options": {
            "type": "object"
          },
          "Status": {
            "type": "object"
          }
        }
      }
    }
  }
}