ACG Projects
File /2026-03-19_codex_tts_normalize_probe/schema.json
schema.json
Download Open raw
{
  "$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"
    }
  }
}
Paste