github.com/solo-io/cue@v0.4.7/encoding/openapi/testdata/struct.json (about) 1 { 2 "openapi": "3.0.0", 3 "info": { 4 "title": "Generated by cue.", 5 "version": "no version" 6 }, 7 "paths": {}, 8 "components": { 9 "schemas": { 10 "MyMap": { 11 "type": "object", 12 "minProperties": 4, 13 "maxProperties": 9 14 }, 15 "MyType": { 16 "type": "object", 17 "required": [ 18 "map" 19 ], 20 "properties": { 21 "map": { 22 "$ref": "#/components/schemas/MyMap" 23 } 24 } 25 } 26 } 27 } 28 }