{
  "type": "object",
  "properties": {
    "names": {
      "type": "array",
      "description": "An array of topics to add to the repository. Pass one or more topics to _replace_ the set of existing topics. Send an empty array (`[]`) to clear all topics from the repository. **Note:** Topic `names` will be saved as lowercase.",
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "names"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}