api/yaml/openapi/components/schemas/SourceList.yaml (13 lines of code) (raw):
########################################################################
# SourceList #
########################################################################
properties:
okay:
type: boolean
organisation:
description: The organisation these sources belong to
type: string
sources:
description: The sources in this organisation
items:
$ref: '#/components/schemas/Source'
type: array
required:
- sources