Skip to content

Mocking

A contract that scores well on Mock Readiness carries enough examples and server definitions to be served directly as a mock — no fixtures to write, and the mock cannot drift from the contract because it is the contract.

See Design guidelines → Mock Readiness for what makes a contract mockable: valid media and schema examples, and servers entries.