mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
* Fixed several issues * More fixes to v3 APIs * More fixes * Fixed more v3 schema issues * fixed campaign filters path * Updated redoc API generator to v10 * Updated redoc api generator action to latest version * Added log to action * Fixed path in action * Added orderBy to saved search * Added some fixes for beta * Fixed duplicate nullable * Triggering checks again * Triggering checks again * More beta fixes * Fixed schema bug' by github action: 7980819692
18 lines
746 B
YAML
18 lines
746 B
YAML
type: object
|
|
properties:
|
|
attributes:
|
|
type: object
|
|
additionalProperties: true
|
|
description: A JSON object that stores the context.
|
|
example: {"productUrl":"https://test-org.identitysoon.com","brandingConfigs":{"default":{"narrowLogoURL":null,"productName":"SailPoint","standardLogoURL":null,"navigationColor":"011E64","actionButtonColor":"20B2DE","emailFromAddress":null,"activeLinkColor":"20B2DE","loginInformationalMessage":null}}}
|
|
created:
|
|
type: string
|
|
description: When the global context was created
|
|
format: 'date-time'
|
|
example: '2020-04-15T16:16:47.525Z'
|
|
modified:
|
|
type: string
|
|
description: When the global context was last modified
|
|
format: 'date-time'
|
|
example: '2020-04-15T16:16:47.525Z'
|