{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://amazonalexa.com/ask/2020/12/GenericArguments",
  "title": "GenericArguments",
  "description": "Represents a set of generic arguments (e.g. for an action).",
  "type": "array",
  "items": {
    "$ref": "https://amazonalexa.com/ask/2020/12/TypeReference"
  }
}
