mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
12 lines
299 B
YAML
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' |