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
We decided to keep the schema as-is and only allow JSON or URI (including data-uris).
Add example with a data URI containing base64 data.
Somewhere in SWECommon spec we should mandate that implementations must support at least the following protocols: http://, https:// and data: (RFC 2397).
The DataArrays
values
property is defined as either an JSON array or an external reference.It should also be allowed to inline arrays encded using
TextEncoding
,XMLEncoding
andBinaryEncoding
, something like this:The text was updated successfully, but these errors were encountered: