mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 04:19:16 +00:00
18 lines
456 B
YAML
18 lines
456 B
YAML
properties:
|
|
key:
|
|
description: Key is the technical key
|
|
example: department
|
|
type: string
|
|
x-go-name: Key
|
|
messages:
|
|
description: Messages is a list of web.ErrorMessage items
|
|
items:
|
|
$ref: './ErrorMessage.yaml'
|
|
type: array
|
|
x-go-name: Messages
|
|
value:
|
|
description: Value is the value associated with a Key
|
|
example: Engineering
|
|
x-go-name: Value
|
|
type: object
|
|
x-go-package: github.com/sailpoint/sp-forms/domain |