Skip to content

Support a "binary blob" type. - #8

Open
gouttegd wants to merge 1 commit into
mainfrom
support-binary-blob-type
Open

Support a "binary blob" type.#8
gouttegd wants to merge 1 commit into
mainfrom
support-binary-blob-type

Conversation

@gouttegd

@gouttegd gouttegd commented Sep 8, 2026

Copy link
Copy Markdown
Owner

This PR adds experimental support for a hypothetical "binary blob" type -- a custom type, associated with the xsd:base64Binary URI, intended to hold an arbitrary blob of binary data. The blob is serialized as a Base64-encoded string, and deserialized as an array of bytes (byte[]).

It's easy to declare such a custom type in any LinkML schema that needs it, but we should consider adding it directly to linkml:types instead (or maybe to linkml:extended_types).

Add experimental support for a hypothetical "binary blob" type -- a
custom type, associated with the xsd:base64Binary URI, intended to hold
an arbitrary blob of binary data. The blob is serialized as a
Base64-encoded string, and deserialized as an array of bytes (`byte[]`).

It's easy to declare such a custom type in any LinkML schema that needs
it, but we should consider adding it directly to `linkml:types` instead
(or maybe to `linkml:extended_types`).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant