mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 04:19:19 +00:00
19 lines
296 B
YAML
19 lines
296 B
YAML
type: object
|
|
properties:
|
|
id:
|
|
type: string
|
|
format: uuid
|
|
readOnly: true
|
|
uid:
|
|
type: string
|
|
minLength: 32
|
|
maxLength: 32
|
|
readOnly: true
|
|
label:
|
|
type: string
|
|
points:
|
|
type: number
|
|
multipleOf: 0.01
|
|
order:
|
|
type: integer
|
|
minimum: 0 |