JSON Schema - CI/CD用語集の定義
JSON Schemaは、JSONの構造(必須キー、型、範囲、パターン)を記述・検証するための標準です。CIやAPIは、これを用いて不正なpayloadを早い段階で拒否します。
関連ガイド
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…