-
Notifications
You must be signed in to change notification settings - Fork 146
Added the set of ETSI SAREF technical specification. #875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@tidoust are you managing merges (or is it August in France :-) ?) |
Yes, see #846, ETSI entries have not been updated for some time already. The PR changes all lines in |
ee3b09e
to
1839805
Compare
…or the ongoing W3C SSN specwork
1839805
to
17bb1bf
Compare
my bad. I added CRLF line endings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I note that all but two entries in the etsi.json
file use an http
scheme instead of https
, whereas HTTP requests to www.etsi.org
seem to always return a permanent redirect to the HTTPS URL. It would be great to use https URLs throughout. That's orthogonal to this update though.
"title": "SmartM2M; SAREF reference ontology patterns", | ||
"status": "Published", | ||
"publisher": "ETSI", | ||
"date": "2024" | ||
"date": "2024-01" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A mere 2024
works for a human readable date
, but 2024-01
does not. rawDate
should be used instead:
"date": "2024-01" | |
"rawDate": "2024-01" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See inline for required change to fix validation against schema.
This is needed for the ongoing W3C SSN specwork.
The Smart Applications REFerence (SAREF) suite of ontologies is published as a set of open standards produced by ETSI TC SmartM2M. Some references to recent technical specifications were missing or outdated.
In general, the ETSI references are mostly outdated and it would be worth re-generating file etsi.json