{"owner":"the-benchmarker","repo":"web-frameworks","hasSpec":true,"specFile":"java/light-4j/project/openapi.yaml","branch":"HEAD","format":"yaml","version":"3.x (YAML)","title":"web-frameworks","description":"","endpoints":[],"spec":"openapi: 3.0.0\ninfo:\n  version: 0.0.1\n  title: The Benchmarker web-frameworks\nservers:\n  - url: \"http://benchmarker.networknt.com\"\npaths:\n  /:\n    get:\n      responses:\n        \"200\":\n          description: Empty response\n  \"/user/{id}\":\n    get:\n      parameters:\n        - name: id\n          in: path\n          required: true\n          description: The id of the user\n          schema:\n            type: string\n      responses:\n        \"200\":\n          description: The id of the user\n          content:\n            text/plain:\n              schema:\n                type: integer\n                example: 123\n  \"/user\":\n    post:\n      responses:\n        \"200\":\n          description: Empty response\n"}