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