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

12 lines
322 B
YAML

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