You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to see the link to the schema node listed in the body map,
so I can see the schema node reference for a body field I am browsing. As in the screenshot above, the crs field is not just an array[object] but is an array[TransactionCr] where TransactionCr is a schema node.
Consider the swagger ui and the way this information is presented
Acceptance Criteria
[ ]
Sprint Ready Checklist
Acceptance criteria defined
Team understands acceptance criteria
Team has defined solution / steps to satisfy acceptance criteria
Acceptance criteria is verifiable / testable
External / 3rd Party dependencies identified
The text was updated successfully, but these errors were encountered:
User Story Description
As a User,
I want to see the link to the schema node listed in the body map,
so I can see the schema node reference for a body field I am browsing. As in the screenshot above, the
crs
field is not just anarray[object]
but is anarray[TransactionCr]
whereTransactionCr
is a schema node.Consider the swagger ui and the way this information is presented
Acceptance Criteria
Sprint Ready Checklist
The text was updated successfully, but these errors were encountered: