blob: d390c64b577706a09004a1b67976587d81c19ce8 [file] [log] [blame]
{
"openapi": "3.0.0",
"info": {},
"paths": {},
"components": {
"schemas": {
"Struct": {
"type": "object",
"properties": {
"a": {
"$ref": "#/components/schemas/Struct.T"
},
"b": {
"$ref": "#/components/schemas/Struct.T"
}
}
},
"Struct.T": {
"type": "integer"
}
}
}
}