Skip to content

Commit

Permalink
subject is top-level and fix space (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
tizz98 authored Oct 3, 2023
1 parent 3bed692 commit fbcd105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,17 @@ This will map to the following cloudevents JSON request to OpenMeter:
"specversion": "1.0",
"type": "kernel_runtime",
"source": "kubernetes-api",
"subject": "eli-test",
"id": "9c6d076d-3c8f-456a-9df1-85e247e34151",
"time": "2023-10-03T20:00:00Z",
"datacontenttype": "application/json",
"data": {
"file_id": "00703462-bb3e-4d99-966e-518fa207fcf8",
"file_id": "00703462-bb3e-4d99-966e-518fa207fcf8",
"kernel_session_id": "934f5a4b-8f59-44bd-a69c-2d39bda56aad",
"project_id": "6f0dff14-67d4-4cdf-bca4-b60019211e1a",
"space_id": "285698d3-23cc-4816-b891-d554351611d0",
"hardware_kind": "cpu",
"hardware_size": "small",
"subject": "eli-test",
"duration": "5"
}
}
Expand Down

0 comments on commit fbcd105

Please sign in to comment.