Skip to content

Commit

Permalink
tariff added to nosql_model
Browse files Browse the repository at this point in the history
  • Loading branch information
Popug-s-catcher committed Nov 5, 2024
1 parent b74106e commit fab7462
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/nosql_model.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"tierNum" : number "SOME_TIER_NUM",
"isFree" : bool "TRUE_OR_FALSE",
"endOfRent" : number "YY-MM-DD",
"tariffPerDay" : number "SOME_PRICE",
"size" : number "SOME_SQUARE_METRES",
"listOfEventIds" : array
[
Expand All @@ -50,6 +51,7 @@
"tierNum" : number "SOME_TIER_NUM",
"isFree" : bool "TRUE_OR_FALSE",
"endOfRent" : number "YY-MM-DD",
"tariffPerDay" : number "SOME_PRICE",
"size" : number "SOME_SQUARE_METRES",
"listOfEventIds" : array
[
Expand Down

0 comments on commit fab7462

Please sign in to comment.