JSON Schema specifies the exact JSON structure that model output must follow. It defines field names, data types, required properties, and validation rules that ensure output consistency.
Many LLM APIs now support native JSON Schema enforcement, guaranteeing that outputs conform to specified structures.