Skip to content

Commit

Permalink
updated example-normalized.json - format correction
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoabellagarcia committed Nov 15, 2023
1 parent 15972d6 commit f0143fb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions RevenueCollection/examples/example-normalized.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
"id": "urn:ngsi-ld:001:rtir:0234",
"type": "RevenueCollection",
"totalCount": {
"type": "number",
"type": "Number",
"value": 436
},
"registrationCertificateRecoveryAmount": {
"type": "number",
"type": "Number",
"value": 10400
},
"enrollmentCertificateRecoveryAmount": {
"type": "number",
"type": "Number",
"value": 8400
},
"year": {
"type": "Text",
"value": "2020"
},
"dateObserved": {
"type": "Date-Time",
"type": "DateTime",
"value": "2021-11-10T01:16:01Z"
},
"month": {
Expand All @@ -34,7 +34,7 @@
"value": "2"
},
"amountCollected": {
"type": "number",
"type": "Number",
"value": 20400
},
"vehicleType": {
Expand All @@ -53,4 +53,4 @@
"wardNum": 4
}
}
}
}

0 comments on commit f0143fb

Please sign in to comment.