tao-test/app/vendor/cebe/php-openapi/tests/spec/data/empty-maps.json

22 lines
362 B
JSON
Raw Normal View History

2022-08-29 20:14:13 +02:00
{
"openapi": "3.0.1",
"info": {
"title": "test",
"version": "1.0"
},
"paths": {
"/products": {
"description": "default",
"get": {
"responses": {
"200": {
"description": "Products",
"headers": {},
"content": {},
"links": {}
}
}
}
}
}
}