{ "name": "oas-schemas", "version": "2.0.0", "description": "OpenAPI Specification JSON schemas", "author": { "name": "OpenAPI Initiative TSC", "email": "tsc@openapis.org", "url": "https://openapis.org/" }, "repository": { "type": "git", "url": "https://github.com/OAI/OpenAPI-Specification.git" }, "license": "Apache-2.0", "readmeFilename": "README.md", "files": [ "README.md", "schemas/*" ], "dependencies": {}, "devDependencies": { "mdv": "^1.0.7", "yaml": "^1.8.3" }, "keywords": [ "OpenAPI", "OAS", "Swagger", "schema", "API" ] }