@@ -157,28 +157,28 @@ For more details on FDC3 Standards compliance (including the versioning, depreca
157
157
158
158
The following are standard FDC3 context types:
159
159
160
- * [ ` fdc3.action ` ] ( ref/Action ) ([ schema] ( /schemas/next/action.schema.json ) )
161
- * [ ` fdc3.chart ` ] ( ref/Chart ) ([ schema] ( /schemas/next/chart.schema.json ) )
162
- * [ ` fdc3.chat.initSettings ` ] ( ref/ChatInitSettings ) ([ schema] ( /schemas/next/chatInitSettings.schema.json ) )
163
- * [ ` fdc3.chat.message ` ] ( ref/ChatMessage ) ([ schema] ( /schemas/next/chatMessage.schema.json ) )
164
- * [ ` fdc3.chat.room ` ] ( ref/ChatRoom ) ([ schema] ( /schemas/next/chatRoom.schema.json ) )
165
- * [ ` fdc3.chat.searchCriteria ` ] ( ref/ChatSearchCriteria ) ([ schema] ( /schemas/next/chatSearchCriteria.schema.json ) )
166
- * [ ` fdc3.contact ` ] ( ref/Contact ) ([ schema] ( /schemas/next/contact.schema.json ) )
167
- * [ ` fdc3.contactList ` ] ( ref/ContactList ) ([ schema] ( /schemas/next/contactList.schema.json ) )
168
- * [ ` fdc3.country ` ] ( ref/Country ) ([ schema] ( /schemas/next/country.schema.json ) )
169
- * [ ` fdc3.currency ` ] ( ref/Currency ) ([ schema] ( /schemas/next/currency.schema.json ) )
170
- * [ ` fdc3.email ` ] ( ref/Email ) ([ schema] ( /schemas/next/email.schema.json ) )
171
- * [ ` fdc3.instrument ` ] ( ref/Instrument ) ([ schema] ( /schemas/next/instrument.schema.json ) )
172
- * [ ` fdc3.instrumentList ` ] ( ref/InstrumentList ) ([ schema] ( /schemas/next/instrumentList.schema.json ) )
160
+ - [ ` fdc3.action ` ] ( ref/Action ) ([ schema] ( /schemas/next/action.schema.json ) )
161
+ - [ ` fdc3.chart ` ] ( ref/Chart ) ([ schema] ( /schemas/next/chart.schema.json ) )
162
+ - [ ` fdc3.chat.initSettings ` ] ( ref/ChatInitSettings ) ([ schema] ( /schemas/next/chatInitSettings.schema.json ) )
163
+ - [ ` fdc3.chat.message ` ] ( ref/ChatMessage ) ([ schema] ( /schemas/next/chatMessage.schema.json ) )
164
+ - [ ` fdc3.chat.room ` ] ( ref/ChatRoom ) ([ schema] ( /schemas/next/chatRoom.schema.json ) )
165
+ - [ ` fdc3.chat.searchCriteria ` ] ( ref/ChatSearchCriteria ) ([ schema] ( /schemas/next/chatSearchCriteria.schema.json ) )
166
+ - [ ` fdc3.contact ` ] ( ref/Contact ) ([ schema] ( /schemas/next/contact.schema.json ) )
167
+ - [ ` fdc3.contactList ` ] ( ref/ContactList ) ([ schema] ( /schemas/next/contactList.schema.json ) )
168
+ - [ ` fdc3.country ` ] ( ref/Country ) ([ schema] ( /schemas/next/country.schema.json ) )
169
+ - [ ` fdc3.currency ` ] ( ref/Currency ) ([ schema] ( /schemas/next/currency.schema.json ) )
170
+ - [ ` fdc3.email ` ] ( ref/Email ) ([ schema] ( /schemas/next/email.schema.json ) )
171
+ - [ ` fdc3.instrument ` ] ( ref/Instrument ) ([ schema] ( /schemas/next/instrument.schema.json ) )
172
+ - [ ` fdc3.instrumentList ` ] ( ref/InstrumentList ) ([ schema] ( /schemas/next/instrumentList.schema.json ) )
173
173
- [ ` fdc3.interaction ` ] ( ref/Interaction ) ([ schema] ( /schemas/next/interaction.schema.json ) )
174
- * [ ` fdc3.message ` ] ( ref/Message ) ([ schema] ( /schemas/next/message.schema.json ) )
175
- * [ ` fdc3.organization ` ] ( ref/Organization ) ([ schema] ( /schemas/next/organization.schema.json ) )
176
- * [ ` fdc3.portfolio ` ] ( ref/Portfolio ) ([ schema] ( /schemas/next/portfolio.schema.json ) )
177
- * [ ` fdc3.position ` ] ( ref/Position ) ([ schema] ( /schemas/next/position.schema.json ) )
178
- * [ ` fdc3.nothing ` ] ( ref/Nothing ) ([ schema] ( /schemas/next/nothing.schema.json ) )
179
- * [ ` fdc3.timerange ` ] ( ref/TimeRange ) ([ schema] ( /schemas/next/timerange.schema.json ) )
174
+ - [ ` fdc3.message ` ] ( ref/Message ) ([ schema] ( /schemas/next/message.schema.json ) )
175
+ - [ ` fdc3.organization ` ] ( ref/Organization ) ([ schema] ( /schemas/next/organization.schema.json ) )
176
+ - [ ` fdc3.portfolio ` ] ( ref/Portfolio ) ([ schema] ( /schemas/next/portfolio.schema.json ) )
177
+ - [ ` fdc3.position ` ] ( ref/Position ) ([ schema] ( /schemas/next/position.schema.json ) )
178
+ - [ ` fdc3.nothing ` ] ( ref/Nothing ) ([ schema] ( /schemas/next/nothing.schema.json ) )
179
+ - [ ` fdc3.timerange ` ] ( ref/TimeRange ) ([ schema] ( /schemas/next/timerange.schema.json ) )
180
180
- [ ` fdc3.transactionResult ` ] ( ref/TransactionResult ) ([ schema] ( /schemas/next/transactionresult.schema.json ) )
181
- * [ ` fdc3.valuation ` ] ( ref/Valuation ) ([ schema] ( /schemas/next/valuation.schema.json ) )
181
+ - [ ` fdc3.valuation ` ] ( ref/Valuation ) ([ schema] ( /schemas/next/valuation.schema.json ) )
182
182
183
183
__ Note:__ The below examples show how the base context data interface can be used to define specific context data objects.
184
184
0 commit comments