Files
api-specs/idn/beta/schemas/forms/ListFormInstancesByTenantResponse.yaml
GitHub Action Bot 6499189f24 Automated commit 'Merge pull request #1324 from sailpoint/jalvarez/PLTFORMS-923
PLTFORMS-923: Add api docs for forms' by github action: 5592152758
2023-07-18 20:36:51 +00:00

15 lines
368 B
YAML

type: object
properties:
count:
description: Count number of Results
type: integer
format: int64
example: 1
x-go-name: Count
results:
description: Results holds a list of FormInstanceResponse items
type: array
items:
$ref: './FormInstanceResponse.yaml'
x-go-name: Results
x-go-package: github.com/sailpoint/sp-forms/domain