We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794c6b9 commit 029f42fCopy full SHA for 029f42f
mappings/metadata.example.json
@@ -28,5 +28,8 @@
28
"website": "https://goldenpvp.net",
29
"socials": {
30
"twitter": "GoldenPvPNet"
31
- }
+ },
32
+ "thirdPartyAPIs": [
33
+ "Apollo"
34
+ ]
35
}
mappings/metadata.schema.json
@@ -118,6 +118,13 @@
118
"type": "string"
119
120
121
122
+ "thirdPartyAPIs": {
123
+ "type": "array",
124
+ "uniqueItems": true,
125
+ "items": {
126
+ "$ref": "#/definitions/ThirdPartyAPI"
127
+ }
128
129
},
130
"definitions": {
@@ -202,6 +209,12 @@
202
209
"Roleplay",
203
210
"Adventure"
204
211
]
212
213
+ "ThirdPartyAPI": {
214
+ "type": "string",
215
+ "enum": [
216
217
205
218
206
219
207
220
0 commit comments