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}