Skip to content

Commit c76c71e

Browse files
committed
Cleanup
1 parent 5dce883 commit c76c71e

3 files changed

Lines changed: 2 additions & 21 deletions

File tree

mappings/metadata.example.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,5 @@
2828
"website": "https://goldenpvp.net",
2929
"socials": {
3030
"twitter": "GoldenPvPNet"
31-
},
32-
"thirdPartyAPIs": [
33-
"Apollo"
34-
]
31+
}
3532
}

mappings/metadata.schema.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,6 @@
118118
"type": "string"
119119
}
120120
}
121-
},
122-
"thirdPartyAPIs": {
123-
"type": "array",
124-
"uniqueItems": true,
125-
"items": {
126-
"$ref": "#/definitions/ThirdPartyAPI"
127-
}
128121
}
129122
},
130123
"definitions": {
@@ -219,12 +212,6 @@
219212
"Roleplay",
220213
"Adventure"
221214
]
222-
},
223-
"ThirdPartyAPI": {
224-
"type": "string",
225-
"enum": [
226-
"Apollo"
227-
]
228215
}
229216
}
230217
}

mappings/servers/juddho/metadata.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,5 @@
2727
],
2828
"socials": {
2929
"discord": "https://discord.com/invite/GmptZQfBRa"
30-
},
31-
"thirdPartyAPIs": [
32-
"Apollo"
33-
]
30+
}
3431
}

0 commit comments

Comments
 (0)