mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-12-09 06:13:10 +00:00
10 lines
262 B
YAML
10 lines
262 B
YAML
type: object
|
|
properties:
|
|
meta:
|
|
$ref: '#/components/schemas/contact_meta'
|
|
description: Metadata about the contact list response
|
|
payload:
|
|
type: array
|
|
items:
|
|
$ref: '#/components/schemas/contact_list_item'
|
|
description: List of contacts |