Skip to content

Commit

Permalink
Addressing feedback; Removed unnecessary fields, as they are defined …
Browse files Browse the repository at this point in the history
…in the dictionary.
  • Loading branch information
maxhotta committed Aug 15, 2024
1 parent 4a8273e commit c741c02
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions objects/startup_app.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
"description": "The run state ID of the startup application.",
"requirement": "recommended",
"enum": {
"0": {
"caption": "Unknown",
"description": "The run state is unknown."
},
"1": {
"caption": "Stopped",
"description": "The sercie is not running."
Expand Down Expand Up @@ -72,10 +68,6 @@
"8": {
"caption": "Restart Pending",
"description": "The service is pending restart."
},
"99": {
"caption": "Other",
"description": "The run state is not mapped. See the <code>run_state</code> attribute, which contains data source specific values."
}
}
},
Expand Down

0 comments on commit c741c02

Please sign in to comment.