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
The value WIDL type would be a useful for for use cases where the a schema should include free form data. This would be similar to a JSONValue types in various JSON libraries. It would be up to the format library (e.g. as-msgpack, tinygo-msgpack) to have the correct idiomatic types for encapsulating an objects, array, string, numbers, boolean, etc and how the developer determines what is enclosed.
The text was updated successfully, but these errors were encountered:
The
value
WIDL type would be a useful for for use cases where the a schema should include free form data. This would be similar to aJSONValue
types in various JSON libraries. It would be up to the format library (e.g. as-msgpack, tinygo-msgpack) to have the correct idiomatic types for encapsulating an objects, array, string, numbers, boolean, etc and how the developer determines what is enclosed.The text was updated successfully, but these errors were encountered: