Starters
The smallest correct version of each artifact in the API Commons stack. Copy one, rename everything, and grow it.
A starter is the smallest document that is still correct and worth copying. A base is a full working template for a real domain — the whole error contract, pagination, conditional writes, merge-patch. Start here when you are starting something; start from a base when one already resembles what you are building.
The starter OpenAPI returns zero findings under both spectral:oas and the API Commons Problem Details ruleset. That is deliberate — whatever you build on top of it starts from zero, so the first warning you ever see is one you introduced. A starter that ships with warnings teaches you to ignore warnings.


