{ "components": {}, "info": { "title": "portfolio", "version": "0.0.0" }, "openapi": "3.0.0", "paths": { "/nfc/{uid}": { "get": { "description": "Get nfc data by uid.", "parameters": [ { "description": "id of the user", "in": "path", "name": "uid", "required": true, "schema": { "pattern": "\\d+", "type": "string" } } ], "responses": { "200": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "" }, "default": { "description": "" } } } } } }