{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"additionalProperties": false,
"required": [
"original_text",
"tts_safe_text",
"changed",
"notes"
],
"properties": {
"original_text": {
"type": "string"
},
"tts_safe_text": {
"type": "string"
},
"changed": {
"type": "boolean"
},
"notes": {
"type": "string"
}
}
}