A P I essentials
Read the OpenAPI specification
curl -X GET "https://example.com/openapi.json"{ "openapi": "3.1.0", "info": { "title": "string", "version": "string", "description": "string" }, "servers": [ { "url": "http://example.com" } ], "paths": {}, "components": {}}