mirror of
https://github.com/LukeHagar/aperture.git
synced 2025-12-06 04:19:09 +00:00
16 lines
437 B
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"
|
|
}
|
|
}
|