12 lines
386 B
JSON
12 lines
386 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"title": "SCUMEventsParameters",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"eventId": { "type": "string", "minLength": 1, "maxLength": 96 },
|
|
"userProfileId": { "type": "string", "minLength": 1, "maxLength": 96 },
|
|
"limit": { "type": "integer", "minimum": 1, "maximum": 500 }
|
|
}
|
|
}
|