Skip to content

Commit a2a8e1e

Browse files
authored
Update README.md
1 parent 28a8577 commit a2a8e1e

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,25 @@ C:\ProgramData\Tools4ever\NIM\config\rest\systems\SYSTEMNAME.json
135135

136136
SYSTEMNAME = The name of the system in NIM.
137137

138-
A a sample file (CustomSchema.json) is provide in this repo.
138+
```
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+
```
139157

140158

141159
# NIM Docs

0 commit comments

Comments
 (0)