mourningdove/api/dist/components/schemas/accesslist.yaml

14 lines
260 B
YAML
Raw Normal View History

2026-05-24 01:03:05 +00:00
type: object
required:
- name
properties:
name:
description: The name of the new accesslist.
type: string
minLength: 1
sortorder:
description: Sort order for the new accesslist, 0 to 255.
type: integer
minimum: 0
maximum: 255