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
@@ -159,10 +159,18 @@ Below is a sample *metadata* configuration file:
159
159
```
160
160
161
161
<aname="ro_metadata"></a>
162
-
## *ro_metadata*
163
-
A Research Object metadata configuration file consists of a single JSON object containing a set of JSON key-object pairs where the `key` is a `/` delimited relative file path and the `object` is any aribitratily complex JSON content. This format allows `bdbag` to process all RO metadata as an aggregation which can then be serialized into individual JSON file components relative to the bag's `metadata` directory.
164
-
165
-
Below is a sample *ro_metadata* configuration file:
162
+
## *`ro` metadata*
163
+
A Research Object metadata configuration file consists of a single JSON object containing a set of JSON key-object pairs where
164
+
the `key` is a `/` delimited relative file path and the `object` is any aribitratily complex JSON content. This format allows
165
+
`bdbag` to process all RO metadata as an aggregation which can then be serialized into individual JSON file components relative
166
+
to the bag's `metadata` directory.
167
+
168
+
NOTE: while this documentation refers to this configuration file a `ro` metadata file,
169
+
the contents of this configuration file only have to conform to the [`bagit-ro`](https://github.com/ResearchObject/bagit-ro)
170
+
conventions if `bagit-ro` compatibility is the goal. Otherwise, this mechanism can be used as a generic way to create any number of
171
+
arbitrary JSON (or JSON-LD) metadata files as `bagit` tagfiles.
172
+
173
+
Below is a sample *ro metadata* configuration file:
0 commit comments