Schemas Glossary

Browse 4 schemas terms defined in plain English, from the cultural dictionary of computing.

4 Schemas Terms

Complex Type
A type composed of multiple fields, nested structures, or richer constraints rather than a single primitive value. Complex types are used in schemas, typed...
Config Schema
A formal definition of the expected structure, types, and constraints of configuration values. Config schemas are used to validate settings early, document...
Custom Validator
Validation logic written for application-specific rules that are not fully covered by generic schema checks or framework defaults. Custom validators are common...
Structured Output AI
An AI pattern where responses are constrained to a defined structure such as JSON, a schema, or typed fields.

Related Topics