github.com/myhau/pulumi/pkg/v3@v3.70.2-0.20221116134521-f2775972e587/codegen/testing/test/testdata/regress-go-10527/schema.json (about) 1 { 2 "name": "world", 3 "version": "0.0.1", 4 "resources": { 5 "world::WorldMap": { 6 "type": "object", 7 "properties": { 8 "name": { 9 "type": "string" 10 } 11 } 12 }, 13 "world::Universe": { 14 "type": "object", 15 "inputProperties": { 16 "worlds": { 17 "type": "object", 18 "additionalProperties": { 19 "$ref": "#/types/world::World" 20 } 21 } 22 } 23 } 24 }, 25 "types": { 26 "world::World": { 27 "type": "object", 28 "properties": { 29 "name": { 30 "type": "string" 31 } 32 } 33 } 34 } 35 }