openapi-utils-schema-from-api
Version:
Extract schema from openapi definition
34 lines (33 loc) • 779 B
JSON
{
"name": "openapi-utils-schema-from-api",
"description": "Extract schema from openapi definition",
"version": "0.0.5",
"main": "index.js",
"directories": {
"test": "test"
},
"devDependencies": {
"standard": "^8.6.0",
"tape": "^4.6.2"
},
"scripts": {
"test": "standard && tape test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/orangewise/openapi-utils-schema-from-api.git"
},
"keywords": [
"Extract",
"schema",
"from",
"openapi",
"definition"
],
"author": "Ronald Luitwieler",
"license": "ISC",
"bugs": {
"url": "https://github.com/orangewise/openapi-utils-schema-from-api/issues"
},
"homepage": "https://github.com/orangewise/openapi-utils-schema-from-api#readme"
}