Files
api-specs/idn/beta/schemas/PublicIdentityConfig.yaml
GitHub Action Bot b2eb28887c Automated commit 'Devrel 1470: Fix v3 schema validator errors (#1563)
* 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
2024-02-20 22:24:02 +00:00

17 lines
478 B
YAML

type: object
description: >-
Details of up to 5 Identity attributes that will be publicly accessible for all Identities to anyone in the org
properties:
attributes:
type: array
items:
$ref: './PublicIdentityAttributeConfig.yaml'
modifiedBy:
$ref: '../../v3/schemas/IdentityReference.yaml'
modified:
type: string
description: "the date/time of the modification"
format: 'date-time'
example: '2018-06-25T20:22:28.104Z'
nullable: true