We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a8577 commit a2a8e1eCopy full SHA for a2a8e1e
README.md
@@ -135,7 +135,25 @@ C:\ProgramData\Tools4ever\NIM\config\rest\systems\SYSTEMNAME.json
135
136
SYSTEMNAME = The name of the system in NIM.
137
138
-A a sample file (CustomSchema.json) is provide in this repo.
+```
139
+{
140
+ "schema": {
141
+ "crud_objects": {
142
+ "users": {
143
+ "resources": {
144
+ "customSchemas": {
145
+ "Tools4ever": {
146
+ "ID":"_:string*",
147
+ "Type":"_:string*",
148
+ "DeleteDate":"_:string*"
149
+ }
150
151
152
153
154
155
+}
156
157
158
159
# NIM Docs
0 commit comments