Clarify that Context types are defined in JSON and may be handled differently in specific API bindings #1486
Open
Labels
Context Data & Intents
Contexts & Intents Discussion Group
docs
Documentation
help wanted
Extra attention is needed
Enhancement Request
As identified in the discussion on #1479, the Context Part of the FDC3 standard defines the JSON encoding of Context objects, which is (in JS and .NET so far) translated into a set of types defined for that language, which may change the type of specific fields to an idiomatic type for that language (for example Date fields in JSON are string encoded according to ISO 8601-1:2019, while in JavaScript/TypeScript the
Date
type is used, which stringifies to the same format).The Context overview should:
@hellosmithy @bingenito @kemerava
The text was updated successfully, but these errors were encountered: