9 lines
298 B
JSON
9 lines
298 B
JSON
{
|
|
"$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 } }
|
|
}
|