funkwhale/docs/specs/collections/schema.yml

25 lines
417 B
YAML

SimpleCollection:
type: object
required:
- guid
- name
- local
- owner
properties:
guid:
type: string
format: uuid
name:
type: string
local:
type: boolean
owner:
$ref: "../../schema.yml#/components/schemas/SimpleActor"
Collection:
allOf:
- $ref: "#/SimpleCollection"
- type: object
properties:
items:
type: integer