Skip to content

Commit

Permalink
Merge pull request #1035 from InteropIO/1033-convert-appd-schema-to-json
Browse files Browse the repository at this point in the history
1033 convert appd schema to json
  • Loading branch information
kriswest authored Jul 26, 2023
2 parents 51ab6ec + b638adc commit d98220e
Show file tree
Hide file tree
Showing 7 changed files with 1,531 additions and 1,296 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* Corrected API functions and object types to always use `string` instead of `String` ([#924](https://github.com/finos/FDC3/pull/924))
* Updated definition of the `otherConfig` element of the `Chart` context type from an Object to an array of Contexts as this allows the `type` of each additional item of config to be examined before it is used ([#985](https://github.com/finos/FDC3/pull/985))
* Corrected the appD `interop.appChannels` metadata to use an `id` field to identify channels, rather than `name` ([#981](https://github.com/finos/FDC3/pull/981))
* The App Directory OpenAPI schema was converted from YAML to JSON Schema, containing the same definitions. ([#1035](https://github.com/finos/FDC3/pull/1035))

### Deprecated

Expand All @@ -41,6 +42,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed

* Further clarified the difference between the behavior of User channels and other channel types on joinUserChannel/addContextListener. ([#971](https://github.com/finos/FDC3/pull/971))
* An error was fixed in the appD schema where launch details sub-schemas were combined with `oneOf`, rather than `anyOf`. This causes validation errors for web or online native apps as their details elements overlap on a `url` field. ([#1034](https://github.com/finos/FDC3/pull/1034))

## [npm v2.0.3] - 2023-05-31

Expand Down
2 changes: 1 addition & 1 deletion docs/app-directory/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ or explore with the [Swagger Editor][4].
[1]: pathname:///schemas/next/app-directory.html
[2]: https://www.openapis.org/
[3]: https://github.com/Redocly/redoc/
[4]: https://editor.swagger.io/?url=https://fdc3.finos.org/schemas/next/app-directory.yaml
[4]: https://editor.swagger.io/?url=https://fdc3.finos.org/schemas/next/appd.schema.json

## Endpoints

Expand Down
Loading

0 comments on commit d98220e

Please sign in to comment.