mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
9 lines
280 B
YAML
9 lines
280 B
YAML
allOf:
|
|
- $ref: './NonEmployeeSourceLite.yaml'
|
|
- type: object
|
|
properties:
|
|
schemaAttributes:
|
|
description: List of schema attributes associated with this non-employee source.
|
|
type: array
|
|
items:
|
|
$ref: './NonEmployeeSchemaAttribute.yaml' |