Skip to content

App Directory schema contains errors #1033

@kriswest

Description

@kriswest

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 of oneOf, where the subschemas overap - this should be anyOf), 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions