mourningdove/api/dist/components/schemas/icon.yaml
2026-05-24 01:03:05 +00:00

21 lines
320 B
YAML

type: object
required:
- comment
- picid
- username
- url
- keywords
properties:
comment:
type: string
picid:
type: integer
username:
type: string
description: The name of the journal this icon belongs to.
url:
type: string
keywords:
type: array
items:
type: string