ts_ids_core.schema.user module¶
- Model User[source]¶
Bases:
IdsElementMetadata of the user executing a run.
Show JSON schema
{ "description": "Metadata of the user executing a run.", "type": "object", "properties": { "id": { "description": "Unique identifier assigned to a user.", "type": [ "string", "null" ] }, "name": { "description": "User name.", "type": [ "string", "null" ] }, "type": { "description": "User type like 'admin', 'manager', 'power user', 'standard user'. This information is usually from the instrument software", "type": [ "string", "null" ] } }, "additionalProperties": false }
- Validators:
all_abstract_fields_implemented»all fields