-
Notifications
You must be signed in to change notification settings - Fork 932
Closed
Labels
area:configurationRelated to configuring the SDKRelated to configuring the SDKtriage:accepted:readyReady to be implemented. Small enough or uncontroversial enough to be implemented without sponsorReady to be implemented. Small enough or uncontroversial enough to be implemented without sponsor
Description
Consider the case where the variable HEX_VALUE
is set to 0xdeadbeef
, and a configuration field such as:
string_field: ${HEX_VALUE}
where string_field
has type string
on the JSON schema. What should its value be? I am not sure which of the following would be correct per the spec:
- The string with value
0xdeadbeef
(preserving the original presentation format) - The string
3735928559
(representing with a standard base 10 format) - A type validation error
Having an explicit example of this case on the spec would be useful to understand it.
Metadata
Metadata
Assignees
Labels
area:configurationRelated to configuring the SDKRelated to configuring the SDKtriage:accepted:readyReady to be implemented. Small enough or uncontroversial enough to be implemented without sponsorReady to be implemented. Small enough or uncontroversial enough to be implemented without sponsor
Type
Projects
Status
Spec - Closed