Skip to content

Commit 70c1595

Browse files
committed
Added Custom Schema docs
1 parent 3541ae1 commit 70c1595

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

CustomSchema.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
}

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ This is a native rest connector. This repo is for additional tools specific to G
1414
* Delete user account
1515
* Group Membership (Add / Remove)
1616

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+
1726
## Automated Deletion
1827

1928
### Custom Schema Fields

0 commit comments

Comments
 (0)