Skip to content

Commit

Permalink
Merge pull request #51 from OpenCHAMI/minor-changes
Browse files Browse the repository at this point in the history
Added schema version to output
  • Loading branch information
davidallendj authored Aug 21, 2024
2 parents f393a2a + 00aaf1b commit 8df5a50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/collect.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ func CollectInventory(assets *[]RemoteAsset, params *CollectParams) error {
"MACRequired": true,
"RediscoverOnUpdate": false,
"Systems": systems,
"SchemaVersion": 1,
}

// create and set headers for request
Expand Down

0 comments on commit 8df5a50

Please sign in to comment.