JSON Schema - CI/CD Glossary Definition
JSON Schema is a standard for describing and validating the structure of JSON: required keys, types, ranges, and patterns. CI and APIs use it to reject malformed payloads early.
Related guides
Serialization - CI/CD Glossary DefinitionSerialization converts an in-memory object into a byte stream or string for storage or transport, so it can b…
Deserialization - CI/CD Glossary DefinitionDeserialization rebuilds an in-memory object from serialized bytes. Doing it on untrusted input is a classic…
Content Negotiation - CI/CD Glossary DefinitionContent negotiation is how client and server agree on response format via Accept headers - choosing JSON vs X…