Skip to content

Commit

Permalink
feat: add popup vocab (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
junjou authored Jun 21, 2024
1 parent 349a364 commit e28d30b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jsonld-contexts/user.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"coldWater": "https://smartdatamodels.org/coldWater",
"constructionYear": "https://smartdatamodels.org/constructionYear",
"cookingFluid": "https://smartdatamodels.org/cookingFluid",
"customPopupDate": "https://vocab.egm.io/customPopupDate",
"floor": "https://smartdatamodels.org/floor",
"globalState": "https://smartdatamodels.org/globalState",
"hasConsent": "https://vocab.egm.io/hasConsent",
Expand All @@ -27,6 +28,7 @@
"isProfileTypeCompleted": "https://smartdatamodels.org/isProfileTypeCompleted",
"occupantsNumber": "https://smartdatamodels.org/occupantsNumber",
"outsideFacingWalls": "https://smartdatamodels.org/outsideFacingWalls",
"partnersIssueSeenDate": "https://vocab.egm.io/partnersIssueSeenDate",
"refChallenge": "https://smartdatamodels.org/refChallenge",
"refEcogesture": "https://smartdatamodels.org/refEcogesture",
"sendAnalysisNotification": "https://smartdatamodels.org/sendAnalysisNotification",
Expand Down
12 changes: 12 additions & 0 deletions ngsild-payloads/userProfile.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@
"type": "Property",
"value": false
},
"customPopupDate": {
"type": "Property",
"value": "0000-01-01T00:00:00.000Z"
},
"partnersIssueSeenDate": {
"type": "JsonProperty",
"json": {
"enedis": "0000-01-01T00:00:00.000Z",
"suez": "0000-01-01T00:00:00.000Z",
"grdf": "0000-01-01T00:00:00.000Z"
}
},
"haveSeenLastAnalysis": {
"type": "Property",
"value": false
Expand Down

0 comments on commit e28d30b

Please sign in to comment.