Skip to content

Commit

Permalink
Adding device object in the resource object (#415)
Browse files Browse the repository at this point in the history
Signed-off-by: Rajas <rajaspa@amazon.com>

Signed-off-by: Rajas <rajaspa@amazon.com>
  • Loading branch information
floydtree committed Jan 9, 2023
1 parent d11d1da commit acc7078
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion objects/resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
"requirement": "optional"
},
"details": {
"description": "The details pertaining to the resource.",
"description": "Additional details describing the resource.",
"requirement": "optional"
},
"device":{
"description": "The device specific details, if the resource is a host/device.",
"requirement": "optional"
},
"group_name": {
Expand Down

0 comments on commit acc7078

Please sign in to comment.