Files
NodeBB/public/openapi/components/schemas/admin/blocklists.yaml

14 lines
315 B
YAML
Raw Permalink Normal View History

BlocklistObject:
type: object
properties:
url:
type: string
description: The blocklist URL
example: https://example.org/blocklist
count:
type: number
description: The number of blocked domains on the list
BlocklistArray:
type: array
items:
$ref: '#/BlocklistObject'