baginfotxt
Baginfotxt, commonly referred to as bag-info.txt, is a metadata file used within the BagIt packaging format. It resides at the root of a BagIt bag and provides descriptive and provenance information about the bag and its contents. The file is plain text and uses a simple key-value syntax, with each line containing a field name, a colon, and a value. Continuation lines may be used by starting them with a space to allow multiline values.
The content of bag-info.txt is defined by the BagIt profile in use, and the keys describe various
Bag-info.txt is distinct from the bag’s data payload and from manifest files (such as manifest-sha256.txt) that
In practice, producers populate bag-info.txt when creating a BagIt bag, and downstream systems can parse it