fork of hey-api/openapi-ts because I need some additional things
at feat/skip-token 16 lines 296 B view raw
1{ 2 "components": { 3 "parameters": { 4 "pathId": { 5 "name": "pathId", 6 "in": "path", 7 "required": true, 8 "schema": { 9 "type": "string", 10 "format": "uuid", 11 "description": "Unique identifier for the path" 12 } 13 } 14 } 15 } 16}