21 lines
320 B
YAML
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
|