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