-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clarify timestamps in utc and hide properties from schema (#788)
- Loading branch information
Showing
56 changed files
with
182 additions
and
586 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Properties to hide from human readable schema documentation | ||
# | ||
# There are some properties in the schema now which are part of the | ||
# cloud sub-block processing, but are not expected to be published by devices. | ||
# Prime examples include `timestamp` and `version` fields within each | ||
# sub-block within the state message, for example `state.pointset.version`. | ||
# | ||
# The schema docunmentation then becomes very confusing when these fields | ||
# are included, so this is a short term mitigation to just hide the following properties | ||
# | ||
# Usage: | ||
# | ||
# {FILE} {PROPERTY TO HIDE (dot notation address)} | ||
# e.g. state_pointset.json .timestamp | ||
|
||
state_pointset.json .timestamp | ||
state_pointset.json .version | ||
|
||
state_gateway.json .timestamp | ||
state_gateway.json .version | ||
|
||
state_localnet.json .timestamp | ||
state_localnet.json .version | ||
|
||
state_mapping.json .timestamp | ||
state_mapping.json .version | ||
|
||
state_system.json .timestamp | ||
state_system.json .version |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.