mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2024-11-24 11:42:45 +01:00
22 lines
420 B
YAML
22 lines
420 B
YAML
$schema: http://json-schema.org/draft-07/schema
|
|
type: array
|
|
items:
|
|
anyOf:
|
|
- type: object
|
|
properties:
|
|
id:
|
|
type: string
|
|
pattern: "^[0-9]+$"
|
|
name:
|
|
type: string
|
|
displayName:
|
|
type: string
|
|
avatar:
|
|
type: string
|
|
discriminator:
|
|
type: string
|
|
pattern: "^[0-9]{4}$"
|
|
required:
|
|
- id
|
|
- name
|