Files
browser/plugins/examples/scum-server-plugin/schemas/bridge/player-notify.result.schema.json
T

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 } }
}