Schema
A schema defines the fields a record must have and what type each holds. Every case record on this site is validated against one at build time, so a malformed record fails the build rather than reaching a reader.
A schema defines the fields a record must have and what type each holds. Every case record on this site is validated against one at build time, so a malformed record fails the build rather than reaching a reader.