13 lines
168 B
YAML
13 lines
168 B
YAML
type: object
|
|
required:
|
|
- title
|
|
properties:
|
|
id:
|
|
type: integer
|
|
format: uint64
|
|
readOnly: true
|
|
title:
|
|
type: string
|
|
minLength: 2
|
|
maxLength: 80
|