github.com/myhau/pulumi/pkg/v3@v3.70.2-0.20221116134521-f2775972e587/codegen/testing/test/testdata/naming-collisions/schema.json (about) 1 { 2 "name": "example", 3 "version": "0.0.1", 4 "types": { 5 "example::Object": { 6 "properties": { 7 "bar": { 8 "type": "string" 9 } 10 }, 11 "type": "object" 12 }, 13 "example::ObjectInput": { 14 "properties": { 15 "bar": { 16 "type": "string" 17 } 18 }, 19 "type": "object" 20 }, 21 "example::ExampleEnum": { 22 "type": "string", 23 "enum": [ 24 {"value": "one"}, 25 {"value": "two"} 26 ] 27 }, 28 "example::ExampleEnumInput": { 29 "type": "string", 30 "enum": [ 31 {"value": "one"}, 32 {"value": "two"} 33 ] 34 }, 35 "example::Resource": { 36 "type": "object", 37 "properties": { 38 "name": { 39 "type": "string" 40 } 41 } 42 }, 43 "example::ResourceType": { 44 "type": "string", 45 "enum": [ 46 {"value": "haha"}, 47 {"value": "business"} 48 ] 49 } 50 }, 51 "resources": { 52 "example::Resource": { 53 "properties": { 54 "bar": { 55 "type": "string" 56 } 57 } 58 }, 59 "example::ResourceInput": { 60 "properties": { 61 "bar": { 62 "type": "string" 63 } 64 } 65 } 66 }, 67 "functions": {}, 68 "language": { 69 "csharp": { 70 "projectReferences": [ 71 "..\\..\\..\\..\\..\\..\\..\\sdk\\dotnet\\Pulumi\\Pulumi.csproj" 72 ] 73 }, 74 "go": { 75 "importBasePath": "github.com/pulumi/pulumi/pkg/v3/codegen/testing/test/testdata/input-collision/go/example", 76 "generateExtraInputTypes": true 77 }, 78 "nodejs": { 79 "dependencies": { 80 "@pulumi/pulumi": "^3.12" 81 }, 82 "devDependencies": { 83 "typescript": "^3.7.0" 84 } 85 }, 86 "python": {} 87 } 88 }