Files
api-specs/nerm/responses/Users_Meta.yaml
2023-05-12 15:35:08 -04:00

12 lines
299 B
YAML

description: Expected response to a valid request
content:
application/json:
schema:
type: object
properties:
users:
type: array
items:
$ref: '../schemas/GET/User.yaml'
_metadata:
$ref: '../schemas/Metadata.yaml'