We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[x] App Directory
The app directory schema is currently failing its test. The example schema at https://github.com/InteropIO/FDC3/blob/544-Desktop-Agent_bridging-Proposal-mk2/src/app-directory/specification/examples/application/fdc3-workbench.json contains error (type should be "web" rather than "browser". However, once corrected the test still won't pass as the details element can't be validated (due to the use of oneOf, where the subschemas overap - this should be anyOf), amongst other errors.
details
oneOf
anyOf
Errors are only returned one at a time due to the encoding in YAML, switching to JSON schema would allow all errors to output at once.
Correct the errors in the App Directory schema and consider switching the encoding to JSON Schema.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Area of Issue
[x] App Directory
Issue Description:
The app directory schema is currently failing its test. The example schema at https://github.com/InteropIO/FDC3/blob/544-Desktop-Agent_bridging-Proposal-mk2/src/app-directory/specification/examples/application/fdc3-workbench.json contains error (type should be "web" rather than "browser". However, once corrected the test still won't pass as the
details
element can't be validated (due to the use ofoneOf
, where the subschemas overap - this should beanyOf
), amongst other errors.Errors are only returned one at a time due to the encoding in YAML, switching to JSON schema would allow all errors to output at once.
Correct the errors in the App Directory schema and consider switching the encoding to JSON Schema.
The text was updated successfully, but these errors were encountered: