This document discusses strategies for simplifying the OpenAPI development experience. It introduces Minispec, a domain-specific language and generator that produces OpenAPI specifications from high-level API descriptions. Minispec aims to reduce complexity and standardize API design. The document also outlines challenges with OpenAPI specifications, such as supporting required, immutable and contextual fields, and discusses how API linters can help address these issues. The goal is to make API design and documentation self-service for development teams.