Objects list
Type | Service | Description |
---|---|---|
Mavryx/Client | Authentication | Represents a client (application) that can log in to the system. |
Mavryx/User | Authentication | Represents a user who can log in to the system. |
Mavryx/Account | Accounts | It stores sensitive user data. |
Mavryx/Profile | Profiles | It stores public user data. |
Mavryx/Application | Applications | It represents an application. |
Mavryx/Token | Authentication | Token |
Mavryx/Organisation | Organisations | Represents a organisation |
Storage/Bucket | Storage | Represents files bucket |
Storage/DataObject | Storage | Represents a file data |
Mavryx/ThirdParty/Mhra/Submission | S2S | Represents a MHRA submission |
Fields naming conventions
The adopted naming convention for object field naming in Maveryx is Snake Case.
Snake_case is a variable naming convention where each word is in lowercase and separated by underscores. It is also known as pothole_case.
Standard fields
Filed name | JSON Type | Type | Nullable | Related | Description |
---|---|---|---|---|---|
uuid | string | Mavryx/Types/Uuid | Object identifier | ||
type | string | Mavryx/Types/String | Object type | ||
created_time | integer | Mavryx/Types/DateTime | |||
updated_time | integer | Mavryx/Types/DateTime | |||
deleted_time | integer | Mavryx/Types/DateTime | Yes | Is visible only if HTTP header mavryx-access-mode is set to all | |
is_deleted | boolean | Mavryx/Types/Boolean | Yes | Is visible only if HTTP header mavryx-access-mode is set to all | |