-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Labels
core-protocol-v3.0Issue relates to the core protocol version 3.0 specIssue relates to the core protocol version 3.0 spec
Description
This is what V3 currently says about how to specify storage transformers
Lines 1165 to 1174 in b509f14
| Specifies a stack of `storage transformers`_. Each value in the list must | |
| be an object containing the names ``extension`` and ``type``. | |
| The ``extension`` is required and the value must be a URI that identifies | |
| the extension and dereferences to a human-readable representation | |
| of the specification. The ``type`` is required and the value is | |
| defined by the extension. The | |
| object may also contain a ``configuration`` object which consists of the | |
| parameter names and values as defined by the corresponding storage transformer | |
| specification. When the ``storage_transformers`` name is absent no storage | |
| transformer is used, same for an empty list. |
Why can't we just put type inside configuration? That just seems simpler. Plus, it may not make sense to define type for some storage transformers. That means type is a transformer-specific configuration parameter anyway.
cc @jstriebel
Metadata
Metadata
Assignees
Labels
core-protocol-v3.0Issue relates to the core protocol version 3.0 specIssue relates to the core protocol version 3.0 spec
Type
Projects
Status
Done