blob: e11ce76cc7e685138622ac661c3e524208446b78 [file] [log] [blame]
{
"openapi": "3.0.0",
"info": {
"title": "File comment.",
"version": "no version"
},
"paths": {},
"components": {
"schemas": {
"Struct": {
"type": "object",
"properties": {
"b": {
"$ref": "#/components/schemas/Struct.T"
},
"a": {
"$ref": "#/components/schemas/Struct.T"
},
"c": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Struct.T"
}
}
}
},
"Struct.T": {
"type": "integer"
}
}
}
}