1. Start With A Spec
openapi: 3.0.3
info:
title: Demo API
version: "1.0.0"
servers:
- url: https://demo-api.example.com
paths:
/health:
get:
summary: Health check
operationId: health
responses:
"200":
description: OK