mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-08 20:37:48 +00:00
9 lines
250 B
YAML
9 lines
250 B
YAML
type: object
|
|
properties:
|
|
results:
|
|
description: Results holds a list of PreDefinedSelectOption items
|
|
type: array
|
|
items:
|
|
$ref: './PreDefinedSelectOption.yaml'
|
|
x-go-name: Results
|
|
x-go-package: github.com/sailpoint/sp-forms/domain |