Skip to content

Commit

Permalink
Update objectsschema.md - update link to FORBIDDEN_CHARS (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 authored Apr 23, 2024
1 parent cd9ad95 commit 41b838c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/dev/objectsschema.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The following chapters describe Database Schema.
## IDs
ID is a string with a maximum length of 240 bytes, hierarchically structured, levels separated by dots.

The regex that it used to check for characters that are prohibited to use in IDs can be found in https://github.com/ioBroker/ioBroker.js-controller/blob/master/packages/common/lib/common/tools.js#L44.
The regex that it used to check for characters that are prohibited to use in IDs can be found [here](https://github.com/ioBroker/ioBroker.js-controller/blob/4020943e2dc20d89672ab505a495384c62869987/packages/common/src/lib/common/tools.ts#L137).

The ID has different levels. Each level is determined by the dot. Example: `system.adapter.admin.0`
- `system` - is the name space for system objects
Expand Down

0 comments on commit 41b838c

Please sign in to comment.