mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
10 lines
250 B
YAML
10 lines
250 B
YAML
description: Expected response to a valid request
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: object
|
|
properties:
|
|
profile_types:
|
|
type: array
|
|
items:
|
|
$ref: '../schemas/GET/ProfileType.yaml' |