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