Tenor · Schema

SuggestionsResults

Response object from the Tenor search suggestions, autocomplete, and trending terms endpoints.

GIFsAnimated ImagesSearchMediaGoogle

Properties

Name Type Description
results array
View JSON Schema on GitHub

JSON Schema

SuggestionsResults.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tenor/main/json-schema/SuggestionsResults.json",
  "title": "SuggestionsResults",
  "description": "Response object from the Tenor search suggestions, autocomplete, and trending terms endpoints.",
  "type": "object",
  "properties": {
    "results": {
      "type": "array",
      "items": {
        "type": "string",
        "description": "A suggested or trending search term."
      }
    }
  }
}