Skip to content

Commit

Permalink
Merge pull request #654 from floydtree/dev
Browse files Browse the repository at this point in the history
Cleaning up descriptions of the resource object
  • Loading branch information
rroupski committed May 30, 2023
2 parents 17302f0 + ca6feda commit 8e95b35
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions objects/entity/resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"profile": "cloud"
},
"criticality": {
"description": "The criticality of the resource.",
"description": "The criticality of the resource as defined by the event source.",
"requirement": "optional"
},
"data": {
Expand All @@ -21,21 +21,22 @@
"requirement": "optional"
},
"labels": {
"description": "The list of labels/tags associated to a resource.",
"requirement": "optional"
},
"name": {
"description": "The name of the Resource."
"description": "The name of the resource."
},
"owner": {
"description": "The identity of the service or user account that owns the resource",
"description": "The identity of the service or user account that owns the resource.",
"requirement": "recommended"
},
"region": {
"description": "The region of the resource.",
"description": "The cloud region of the resource.",
"requirement": "optional",
"profile": "cloud"
},
"resource_type": {
"type": {
"description": "The resource type as defined by the event source.",
"requirement": "optional"
},
Expand Down

0 comments on commit 8e95b35

Please sign in to comment.