synonym_set
Replaces all aliases for a term with a new list. Discards any previously added aliases.
Input schema
{
"type": "object",
"required": ["term", "aliases"],
"properties": {
"term": {
"type": "string",
"description": "The canonical term."
},
"aliases": {
"type": "array",
"items": { "type": "string" },
"description": "The complete new list of aliases. Replaces all existing aliases for this term."
},
"repo": { "type": "string" }
}
}
Output
set: payment → billing, invoice, charge