nyanimedb/api/schemas/Studio.yaml

15 lines
204 B
YAML

type: object
required:
- id
- name
properties:
# id не нужен
id:
type: integer
format: int64
name:
type: string
poster:
$ref: ./Image.yaml
description:
type: string