mirror of
https://github.com/NorfairKing/autodocodec.git
synced 2025-01-06 02:19:09 +03:00
14 lines
270 B
JSON
14 lines
270 B
JSON
{
|
|
"swagger": "2.0",
|
|
"info": {
|
|
"version": "",
|
|
"title": ""
|
|
},
|
|
"definitions": {
|
|
"Object": {
|
|
"additionalProperties": true,
|
|
"type": "object",
|
|
"description": "Arbitrary JSON object."
|
|
}
|
|
}
|
|
} |