|
9 | 9 | "minItems": 4, |
10 | 10 | "prefixItems": [ |
11 | 11 | { |
12 | | - "$ref": "https://calm.finos.org/release/1.0-rc2/meta/core.json#/defs/node", |
| 12 | + "$ref": "https://calm.finos.org/release/1.2/meta/core.json#/defs/node", |
13 | 13 | "properties": { |
14 | 14 | "well-known-endpoint": { |
15 | 15 | "type": "string" |
|
47 | 47 | ] |
48 | 48 | }, |
49 | 49 | { |
50 | | - "$ref": "https://calm.finos.org/release/1.0-rc2/meta/core.json#/defs/node", |
| 50 | + "$ref": "https://calm.finos.org/release/1.2/meta/core.json#/defs/node", |
51 | 51 | "properties": { |
52 | 52 | "description": { |
53 | 53 | "const": "The API Consumer making an authenticated and authorized request" |
|
64 | 64 | } |
65 | 65 | }, |
66 | 66 | { |
67 | | - "$ref": "https://calm.finos.org/release/1.0-rc2/meta/core.json#/defs/node", |
| 67 | + "$ref": "https://calm.finos.org/release/1.2/meta/core.json#/defs/node", |
68 | 68 | "properties": { |
69 | 69 | "description": { |
70 | 70 | "const": "The API Producer serving content" |
|
83 | 83 | "minItems": 1, |
84 | 84 | "prefixItems": [ |
85 | 85 | { |
86 | | - "$ref": "https://calm.finos.org/release/1.0-rc1/meta/interface.json#/defs/host-port-interface", |
| 86 | + "$ref": "https://calm.finos.org/release/1.2/meta/interface.json#/defs/interface-type", |
87 | 87 | "properties": { |
88 | 88 | "unique-id": { |
89 | 89 | "const": "producer-ingress" |
| 90 | + }, |
| 91 | + "host": { |
| 92 | + "type": "string" |
| 93 | + }, |
| 94 | + "port": { |
| 95 | + "type": "integer" |
90 | 96 | } |
91 | | - } |
| 97 | + }, |
| 98 | + "required": [ |
| 99 | + "host", |
| 100 | + "port" |
| 101 | + ] |
92 | 102 | } |
93 | 103 | ] |
94 | 104 | } |
|
98 | 108 | ] |
99 | 109 | }, |
100 | 110 | { |
101 | | - "$ref": "https://calm.finos.org/release/1.0-rc2/meta/core.json#/defs/node", |
| 111 | + "$ref": "https://calm.finos.org/release/1.2/meta/core.json#/defs/node", |
102 | 112 | "properties": { |
103 | 113 | "description": { |
104 | 114 | "const": "The Identity Provider used to verify the bearer token" |
|
121 | 131 | "minItems": 4, |
122 | 132 | "prefixItems": [ |
123 | 133 | { |
124 | | - "$ref": "https://calm.finos.org/release/1.0-rc2/meta/core.json#/defs/relationship", |
| 134 | + "$ref": "https://calm.finos.org/release/1.2/meta/core.json#/defs/relationship", |
125 | 135 | "properties": { |
126 | 136 | "unique-id": { |
127 | 137 | "const": "api-consumer-api-gateway" |
|
154 | 164 | } |
155 | 165 | }, |
156 | 166 | { |
157 | | - "$ref": "https://calm.finos.org/release/1.0-rc2/meta/core.json#/defs/relationship", |
| 167 | + "$ref": "https://calm.finos.org/release/1.2/meta/core.json#/defs/relationship", |
158 | 168 | "properties": { |
159 | 169 | "unique-id": { |
160 | 170 | "const": "api-gateway-idp" |
|
180 | 190 | } |
181 | 191 | }, |
182 | 192 | { |
183 | | - "$ref": "https://calm.finos.org/release/1.0-rc2/meta/core.json#/defs/relationship", |
| 193 | + "$ref": "https://calm.finos.org/release/1.2/meta/core.json#/defs/relationship", |
184 | 194 | "properties": { |
185 | 195 | "unique-id": { |
186 | 196 | "const": "api-gateway-api-producer" |
|
209 | 219 | } |
210 | 220 | }, |
211 | 221 | { |
212 | | - "$ref": "https://calm.finos.org/release/1.0-rc2/meta/core.json#/defs/relationship", |
| 222 | + "$ref": "https://calm.finos.org/release/1.2/meta/core.json#/defs/relationship", |
213 | 223 | "properties": { |
214 | 224 | "unique-id": { |
215 | 225 | "const": "api-consumer-idp" |
|
0 commit comments