Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.15 KB

SeededPerson.md

File metadata and controls

18 lines (14 loc) · 1.15 KB

Pieces.Os.Core.SdkModel.SeededPerson

This is a per-cursor to a full person. Will throw an error, if asset is passed in but acces.scope is undefined. can optionally pass in our mechanism here, as the default will be manual unless specified. TODO consider updating these asset, format to referenced Models Note: model, access, mechanism will only be added if the asset is passed in.

Properties

Name Type Description Notes
Schema EmbeddedModelSchema [optional]
Asset string [optional]
Mechanism MechanismEnum [optional]
Access PersonAccess [optional]
Type PersonType
Model PersonModel [optional]
Annotations List<SeededAnnotation> [optional]
Anchors FlattenedAnchors [optional]

[Back to Model list] [Back to API list] [Back to README]