Unverified Commit 9c5c4690 authored by Kartheek Palla's avatar Kartheek Palla Committed by GitHub
Browse files

Merge pull request #802 from krgauraw/originData_fixes

Issue #SB-29231 feat: added origin props
Showing with 12 additions and 0 deletions
+12 -0
......@@ -574,6 +574,12 @@
"items": {
"type": "object"
}
},
"origin": {
"type": "string"
},
"originData": {
"type": "object"
}
},
"additionalProperties": false
......
......@@ -650,6 +650,12 @@
"outcomeDeclaration": {
"type": "object",
"description": "External Property"
},
"origin": {
"type": "string"
},
"originData": {
"type": "object"
}
},
"additionalProperties": false
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment