You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To finalise the JSON schema work for context schemas began with #120, a number of things need to be done:
Identify which schemas should be officially published/standardised as part of the first pass. Cross-reference with Financial Objects. fdc3.instrument and fdc3.contact are the most important ones to start with.
Remove everything apart from email property from fdc3.contact schema to simplify.
Publish versioned schema definition files to the FDC3 website, to match the URLs in the schema files, e.g. https://fdc3.finos.org/schemas/1.0/instrument.schema
Make sure the context data examples line up with the schema definitions
Add documentation for each signed of schema to the context data website documentation. It could work similarly to e.g. the API reference documentation.
The text was updated successfully, but these errors were encountered:
- Change schema file extensions
- Change schema $id property to use correct target URI (without version, but "next" instead)
- Change "enum" for "type" to be "const", which is the more correct JSON schema usage
- Some changes to some types to bring in line with FinObj types
rikoe
added a commit
to rikoe/FDC3
that referenced
this issue
Feb 9, 2020
- Copy to schemas/next folder with npm command
- Make part of website pre-publish script during build
- Update links in context schema spec to point to published schemas
rikoe
added a commit
to rikoe/FDC3
that referenced
this issue
Feb 13, 2020
- Change schema file extensions
- Change schema $id property to use correct target URI (without version, but "next" instead)
- Change "enum" for "type" to be "const", which is the more correct JSON schema usage
- Some changes to some types to bring in line with FinObj types
rikoe
added a commit
to rikoe/FDC3
that referenced
this issue
Feb 13, 2020
- Copy to schemas/next folder with npm command
- Make part of website pre-publish script during build
- Update links in context schema spec to point to published schemas
To finalise the JSON schema work for context schemas began with #120, a number of things need to be done:
fdc3.instrument
andfdc3.contact
are the most important ones to start with.email
property fromfdc3.contact
schema to simplify.https://fdc3.finos.org/schemas/1.0/instrument.schema
The text was updated successfully, but these errors were encountered: