Anthropic’s Claude Certified Architect Exam (CCA-F): The Schema Validated. Anthropic's Claude Certified Architect Exam (CCA-F) tests whether candidates can distinguish between syntactic validity and semantic truth in JSON schema validation, a skill the exam's author says is the most punishing area on the live test. A model response can pass every schema check yet assert false data, forcing engineers to decide between retrying the call or repairing the schema. The article is part 5 of a 12-part guide to passing the CCA-F exam. Member-only story Anthropic’s Claude Certified Architect Exam CCA-F : The Schema Validated. The Data Was Still Wrong. V CCA-F Part 5: A passing JSON schema proves your output has the right shape. It proves nothing about whether the values are true. That gap is the single most punishing area on the live exam A model response can pass every check in your JSON schema and still assert something that never happened. The skill that separates working systems from quiet disasters is knowing that syntactic validity is not semantic truth, and learning when to retry the call versus repair the schema itself. In this article:You will learn why a requiredfield can force a model to fabricate data, how to model honest absence with nullable types and an “unclear” enum, and why every credited answer in this domain separates syntax from semantics. We cover the tool useworkhorse pattern, validation-retry that fixes mis-extraction but never missing data, few-shot versus explicit criteria, independent review, and when the Message Batches API is right. By the end you will read a passing validator with healthy suspicion. Part 5 of “Passing the CCA-F: From Recall to Judgment,” a twelve-part guide that turns recall into the production …