Skip to content

Commit

Permalink
FIX: DieselFuelPrice example
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudocubic committed Feb 27, 2025
1 parent aee944f commit 8df8770
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions examples/schema/DieselFuelPrice.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"IdentifiedObject.mRID": "2d8b7bb3-a213-4497-8bde-b2e6238787b7",
"IdentifiedObject.name": "other",
"Ravens.cimObjectType": "DieselFuel",
"DieselFuel.fuelCost": { "value": 350.0, "unit": "USD" },
"FossilFuel.fossilFuelType": "oilShale"
"FossilFuelCosts": {
"other": {
"IdentifiedObject.mRID": "2d8b7bb3-a213-4497-8bde-b2e6238787b7",
"IdentifiedObject.name": "other",
"Ravens.cimObjectType": "FossilFuel",
"DieselFuel.fuelCost": { "value": 350.0, "unit": "Currency.USD" },
"FossilFuel.fossilFuelType": "FuelType.oilShale"
}
}
}

0 comments on commit 8df8770

Please sign in to comment.