Skip to content

Commit

Permalink
Use the same syntax for bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
symphony-jean-michael committed Mar 23, 2023
1 parent 7df7aab commit b4c2dc2
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions docs/context/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,28 +157,28 @@ For more details on FDC3 Standards compliance (including the versioning, depreca

The following are standard FDC3 context types:

* [`fdc3.action`](ref/Action) ([schema](/schemas/next/action.schema.json))
* [`fdc3.chart`](ref/Chart) ([schema](/schemas/next/chart.schema.json))
* [`fdc3.chat.initSettings`](ref/ChatInitSettings) ([schema](/schemas/next/chatInitSettings.schema.json))
* [`fdc3.chat.message`](ref/ChatMessage) ([schema](/schemas/next/chatMessage.schema.json))
* [`fdc3.chat.room`](ref/ChatRoom) ([schema](/schemas/next/chatRoom.schema.json))
* [`fdc3.chat.searchCriteria`](ref/ChatSearchCriteria) ([schema](/schemas/next/chatSearchCriteria.schema.json))
* [`fdc3.contact`](ref/Contact) ([schema](/schemas/next/contact.schema.json))
* [`fdc3.contactList`](ref/ContactList) ([schema](/schemas/next/contactList.schema.json))
* [`fdc3.country`](ref/Country) ([schema](/schemas/next/country.schema.json))
* [`fdc3.currency`](ref/Currency) ([schema](/schemas/next/currency.schema.json))
* [`fdc3.email`](ref/Email) ([schema](/schemas/next/email.schema.json))
* [`fdc3.instrument`](ref/Instrument) ([schema](/schemas/next/instrument.schema.json))
* [`fdc3.instrumentList`](ref/InstrumentList) ([schema](/schemas/next/instrumentList.schema.json))
- [`fdc3.action`](ref/Action) ([schema](/schemas/next/action.schema.json))
- [`fdc3.chart`](ref/Chart) ([schema](/schemas/next/chart.schema.json))
- [`fdc3.chat.initSettings`](ref/ChatInitSettings) ([schema](/schemas/next/chatInitSettings.schema.json))
- [`fdc3.chat.message`](ref/ChatMessage) ([schema](/schemas/next/chatMessage.schema.json))
- [`fdc3.chat.room`](ref/ChatRoom) ([schema](/schemas/next/chatRoom.schema.json))
- [`fdc3.chat.searchCriteria`](ref/ChatSearchCriteria) ([schema](/schemas/next/chatSearchCriteria.schema.json))
- [`fdc3.contact`](ref/Contact) ([schema](/schemas/next/contact.schema.json))
- [`fdc3.contactList`](ref/ContactList) ([schema](/schemas/next/contactList.schema.json))
- [`fdc3.country`](ref/Country) ([schema](/schemas/next/country.schema.json))
- [`fdc3.currency`](ref/Currency) ([schema](/schemas/next/currency.schema.json))
- [`fdc3.email`](ref/Email) ([schema](/schemas/next/email.schema.json))
- [`fdc3.instrument`](ref/Instrument) ([schema](/schemas/next/instrument.schema.json))
- [`fdc3.instrumentList`](ref/InstrumentList) ([schema](/schemas/next/instrumentList.schema.json))
- [`fdc3.interaction`](ref/Interaction) ([schema](/schemas/next/interaction.schema.json))
* [`fdc3.message`](ref/Message) ([schema](/schemas/next/message.schema.json))
* [`fdc3.organization`](ref/Organization) ([schema](/schemas/next/organization.schema.json))
* [`fdc3.portfolio`](ref/Portfolio) ([schema](/schemas/next/portfolio.schema.json))
* [`fdc3.position`](ref/Position) ([schema](/schemas/next/position.schema.json))
* [`fdc3.nothing`](ref/Nothing) ([schema](/schemas/next/nothing.schema.json))
* [`fdc3.timerange`](ref/TimeRange) ([schema](/schemas/next/timerange.schema.json))
- [`fdc3.message`](ref/Message) ([schema](/schemas/next/message.schema.json))
- [`fdc3.organization`](ref/Organization) ([schema](/schemas/next/organization.schema.json))
- [`fdc3.portfolio`](ref/Portfolio) ([schema](/schemas/next/portfolio.schema.json))
- [`fdc3.position`](ref/Position) ([schema](/schemas/next/position.schema.json))
- [`fdc3.nothing`](ref/Nothing) ([schema](/schemas/next/nothing.schema.json))
- [`fdc3.timerange`](ref/TimeRange) ([schema](/schemas/next/timerange.schema.json))
- [`fdc3.transactionResult`](ref/TransactionResult) ([schema](/schemas/next/transactionresult.schema.json))
* [`fdc3.valuation`](ref/Valuation) ([schema](/schemas/next/valuation.schema.json))
- [`fdc3.valuation`](ref/Valuation) ([schema](/schemas/next/valuation.schema.json))

__Note:__ The below examples show how the base context data interface can be used to define specific context data objects.

Expand Down

0 comments on commit b4c2dc2

Please sign in to comment.