blob: d2b5c6b94da07cb613ebc7bf27017583c743ca89 [file] [log] [blame]
{
"openapi": "3.0.0",
"info": {},
"paths": {},
"components": {
"schemas": {
"MyMap": {
"type": "object",
"minProperties": 4,
"maxProperties": 9
},
"MyType": {
"type": "object",
"required": [
"map"
],
"properties": {
"map": {
"$ref": "#/components/schemas/MyMap"
}
}
}
}
}
}