Files
api-specs/idn/beta/schemas/NonEmployeeSourceLiteWithSchemaAttributes.yaml
2022-09-02 10:59:29 -04:00

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'