BackendAPI Design
KW-0119Contract
Concept
Meaning
agreed structure and rules for communication between systems (e.g., API request/response format)
Example
“Frontend expects API response in specific JSON format defined by contract”
Reference
Critical for integration; breaking contract causes system failures
Related
schemainterfaceapi agreement