mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-12-09 06:13:10 +00:00
13 lines
246 B
YAML
13 lines
246 B
YAML
type: object
|
|
properties:
|
|
id:
|
|
type: number
|
|
description: Account ID
|
|
name:
|
|
type: string
|
|
description: Name of the account
|
|
role:
|
|
type: string
|
|
enum: ['administrator', 'agent']
|
|
description: The user role in the account
|