File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "schema" : {
3
+ "crud_objects" : {
4
+ "users" : {
5
+ "resources" : {
6
+ "customSchemas" : {
7
+ "Tools4ever" : {
8
+ "ID" :" _:string*" ,
9
+ "Type" :" _:string*" ,
10
+ "DeleteDate" :" _:string*"
11
+ }
12
+ }
13
+ }
14
+ }
15
+ }
16
+ }
17
+ }
Original file line number Diff line number Diff line change @@ -14,6 +14,15 @@ This is a native rest connector. This repo is for additional tools specific to G
14
14
* Delete user account
15
15
* Group Membership (Add / Remove)
16
16
17
+ ## Custom Schemas
18
+ If you need to import custom schema data into NIM you can extend the table schemas by adding a custom json file.
19
+
20
+ C:\Program Files\Tools4ever\NIM\sysconfig\rest\systems\< SystemName>.json
21
+
22
+ <SystemName > = The name of the system in NIM.
23
+
24
+ A a sample file (CustomSchema.json) is provide in this repo.
25
+
17
26
## Automated Deletion
18
27
19
28
### Custom Schema Fields
You can’t perform that action at this time.
0 commit comments