14 lines
183 B
YAML
14 lines
183 B
YAML
type: object
|
|
required:
|
|
- id
|
|
- name
|
|
properties:
|
|
id:
|
|
type: integer
|
|
format: int64
|
|
name:
|
|
type: string
|
|
poster:
|
|
$ref: ./Image.yaml
|
|
description:
|
|
type: string
|