File tree Expand file tree Collapse file tree 3 files changed +19
-14
lines changed
src/app-directory/specification
website/static/schemas/next Expand file tree Collapse file tree 3 files changed +19
-14
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
15
15
16
16
* Updated definition of the ` Instrument ` context type to include optional market identifiers ([ #819 ] ( https://github.com/finos/FDC3/pull/819 ) )
17
17
* Corrected API functions and object types to always use ` string ` instead of ` String ` ([ #924 ] ( https://github.com/finos/FDC3/pull/924 ) )
18
+ * 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 ) )
18
19
19
20
### Deprecated
20
21
* Deprecated the ` name ` field in AppD records, to match deprecation of API signatures and metadata objects using ` name ` (see ([ #722 ] ( https://github.com/finos/FDC3/pull/722 ) )
Original file line number Diff line number Diff line change @@ -718,11 +718,13 @@ components:
718
718
items :
719
719
type : object
720
720
required :
721
- - name
721
+ - id
722
722
properties :
723
- name :
723
+ id :
724
724
type : string
725
- description : The name of the App Channel.
725
+ description : >
726
+ The id of the App Channel.
727
+ N.b. in FDC3 2.0 this field was incorrectly called `name`.
726
728
description :
727
729
type : string
728
730
description : A description of how the channel is used.
@@ -897,7 +899,7 @@ components:
897
899
tooltip : FDC3 Workbench
898
900
lang : en-US
899
901
icons :
900
- - src : http ://fdc3.finos.org/toolbox/fdc3-workbench/fdc3-icon-256.png
902
+ - src : https ://fdc3.finos.org/toolbox/fdc3-workbench/fdc3-icon-256.png
901
903
screenshots :
902
904
- src : https://fdc3.finos.org/docs/assets/fdc3-logo.png
903
905
label : FDC3 logo
@@ -1064,7 +1066,7 @@ components:
1064
1066
- fdc3.instrument
1065
1067
- fdc3.organization
1066
1068
appChannels :
1067
- - name : myApp.quotes,
1069
+ - id : myApp.quotes,
1068
1070
description : >-
1069
1071
Used to share a stream of quotes for currently displayed instrument and may be used to change the currently displayed symbol,
1070
1072
broadcasts :
@@ -1176,7 +1178,7 @@ components:
1176
1178
- fdc3.instrument
1177
1179
- fdc3.organization
1178
1180
appChannels :
1179
- - name : myApp.quotes,
1181
+ - id : myApp.quotes,
1180
1182
description : >-
1181
1183
Used to share a stream of quotes for currently displayed instrument and may be used to change the currently displayed symbol,
1182
1184
broadcasts :
@@ -1195,7 +1197,7 @@ components:
1195
1197
tooltip : FDC3 Workbench
1196
1198
lang : en-US
1197
1199
icons :
1198
- - src : http ://fdc3.finos.org/toolbox/fdc3-workbench/fdc3-icon-256.png
1200
+ - src : https ://fdc3.finos.org/toolbox/fdc3-workbench/fdc3-icon-256.png
1199
1201
screenshots :
1200
1202
- src : https://fdc3.finos.org/docs/assets/fdc3-logo.png,
1201
1203
label : FDC3 logo
Original file line number Diff line number Diff line change @@ -718,11 +718,13 @@ components:
718
718
items :
719
719
type : object
720
720
required :
721
- - name
721
+ - id
722
722
properties :
723
- name :
723
+ id :
724
724
type : string
725
- description : The name of the App Channel.
725
+ description : >
726
+ The id of the App Channel.
727
+ N.b. in FDC3 2.0 this field was incorrectly called `name`.
726
728
description :
727
729
type : string
728
730
description : A description of how the channel is used.
@@ -897,7 +899,7 @@ components:
897
899
tooltip : FDC3 Workbench
898
900
lang : en-US
899
901
icons :
900
- - src : http ://fdc3.finos.org/toolbox/fdc3-workbench/fdc3-icon-256.png
902
+ - src : https ://fdc3.finos.org/toolbox/fdc3-workbench/fdc3-icon-256.png
901
903
screenshots :
902
904
- src : https://fdc3.finos.org/docs/assets/fdc3-logo.png
903
905
label : FDC3 logo
@@ -1064,7 +1066,7 @@ components:
1064
1066
- fdc3.instrument
1065
1067
- fdc3.organization
1066
1068
appChannels :
1067
- - name : myApp.quotes,
1069
+ - id : myApp.quotes,
1068
1070
description : >-
1069
1071
Used to share a stream of quotes for currently displayed instrument and may be used to change the currently displayed symbol,
1070
1072
broadcasts :
@@ -1176,7 +1178,7 @@ components:
1176
1178
- fdc3.instrument
1177
1179
- fdc3.organization
1178
1180
appChannels :
1179
- - name : myApp.quotes,
1181
+ - id : myApp.quotes,
1180
1182
description : >-
1181
1183
Used to share a stream of quotes for currently displayed instrument and may be used to change the currently displayed symbol,
1182
1184
broadcasts :
@@ -1195,7 +1197,7 @@ components:
1195
1197
tooltip : FDC3 Workbench
1196
1198
lang : en-US
1197
1199
icons :
1198
- - src : http ://fdc3.finos.org/toolbox/fdc3-workbench/fdc3-icon-256.png
1200
+ - src : https ://fdc3.finos.org/toolbox/fdc3-workbench/fdc3-icon-256.png
1199
1201
screenshots :
1200
1202
- src : https://fdc3.finos.org/docs/assets/fdc3-logo.png,
1201
1203
label : FDC3 logo
You can’t perform that action at this time.
0 commit comments