How the change was submitted
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/change_channel", "title": "change_channel", "description": "How the change was submitted", "enum": [ "API", "ADMIN", "SYSTEM", "FRAUD" ], "type": "string" }