feat(scum): add versioned gift grants
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"title": "SCUMPlayerGiftNotificationResult",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"required": ["accepted"],
|
||||
"properties": { "accepted": { "type": "boolean" }, "message": { "type": "string", "maxLength": 200 } }
|
||||
}
|
||||
Reference in New Issue
Block a user