blob: e73e4ee60127d8e848b70aa255d82448297306ca [file] [log] [blame]
{
"openapi": "3.0.0",
"info": {
"title": "test",
"version": "v1"
},
"paths": {},
"components": {
"schemas": {
"Keep": {
"type": "object",
"required": [
"excludedStruct",
"excludedInt"
],
"properties": {
"excludedStruct": {
"description": "This comment is included",
"type": "object",
"required": [
"A"
],
"properties": {
"A": {
"type": "integer"
}
}
},
"excludedInt": {
"type": "integer"
}
}
}
}
}
}