Files
aperture/mock-types/schema-manifest.json

16 lines
437 B
JSON

{
"version": "0.1.0",
"roots": {
"3.2": "dist/schemas/openapi-3.2.json",
"3.1": "dist/schemas/openapi-3.1.json",
"3.0": "dist/schemas/openapi-3.0.json",
"2.0": "dist/schemas/swagger-2.0.json"
},
"fragments": {
"schema-object": "dist/schemas/schema-object.json",
"parameter": "dist/schemas/parameter.json",
"response": "dist/schemas/response.json",
"path-item": "dist/schemas/path-item.json"
}
}