Skip to content

Commit

Permalink
CIRC-1861 Adding new field for item json
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignesh-kalyanasundaram committed Aug 8, 2023
1 parent 77b7809 commit 868dc68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ramls/item.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@
"type": "string"
}
},
"isDcbItem": {
"type": "boolean",
"description": "If true, determines that the item is a DCB item",
"default": false
},
"notes": {
"type": "array",
"description": "Notes about action, copy, binding etc.",
Expand Down

0 comments on commit 868dc68

Please sign in to comment.