Description
A term substitution is like swapping words. It takes out matching words and puts in the ones you want instead.
Resource
A term substitution resource conforms to the following interface:
interface TermSubstitutionInput {
uuid: string
original_text: string
replacement_text: string
created_at: datetime
updated_at: datetime
}