Files
api-specs/idn/beta/schemas/forms/ListFormDefinitionsByTenantResponse.yaml
GitHub Action Bot 1f9ccf319b Automated commit 'Merge pull request #1461 from sailpoint/devrel-1231
Devrel 1231' by github action: 6590689930
2023-10-20 17:10:31 +00:00

15 lines
358 B
YAML

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