Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

directory/local.v2.json doesn't match appD spec on interop.intents.raises #145

Open
kriswest opened this issue Oct 4, 2023 · 0 comments

Comments

@kriswest
Copy link
Contributor

kriswest commented Oct 4, 2023

Bug Report

Originally raised on the FDC3 repository as: finos/FDC3#1085

directory/local.v2.json contains records that don't match the appD spec on interop.intents.raises . They are incorrectly using the schema for interop.intents.listensFor. See:

"raises": {
"CreateInteraction": {
"contexts": [
"fdc3.interaction"
],
"displayName": "Create Interaction"
},
"ViewContact": {
"contexts": [
"fdc3.contact"
],
"displayName": "View Contact"
},
"ViewInstrument": {
"contexts": [
"fdc3.instrument"
],
"displayName": "View Instrument"
}
}

This is also wrong the FINOS App Directory, see: finos/FDC3#1085

and compare to the spec: https://fdc3.finos.org/schemas/2.1/app-directory.html#tag/Application/paths/~1v2~1apps~1%7BappId%7D/get
image

That value is unlikely to be read by Sail for anything so its likely just the data files that need correcting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant