Scripture Burrito Structure¶
Every Scripture Burrito consists of a metadata.json file and a set of
ingredient files. This page specifies the fields of metadata.json that are
common to all burritos regardless of flavor. Flavor-specific fields are covered
in the individual flavor specifications.
Top-Level Fields¶
formatMUST be the string
"scripture burrito". Every conforming tool checks this field first.metaREQUIRED. See Meta.
idAuthoritiesREQUIRED. See ID Authorities.
identificationREQUIRED. See Identification.
confidentialREQUIRED. Boolean. Set to
trueif the project must not be publicly disclosed and the identities of project members must be kept confidential. Set tofalseotherwise.typeREQUIRED. Declares the flavor. See the flavor specifications.
copyrightREQUIRED. See Copyright.
ingredientsREQUIRED. See Ingredients.
languagesREQUIRED for
scriptureandglossflavor types. See Languages.agenciesOPTIONAL. See Agencies.
relationshipsOPTIONAL. See Derived Burritos Specification.
targetAreasOPTIONAL. See Target Areas.
localizedNamesOPTIONAL. See Localized Names.
progressOPTIONAL. See Progress.
Meta¶
meta.versionREQUIRED. The Scripture Burrito schema version this file conforms to (currently
"1.0.0").meta.categoryREQUIRED. MUST be
"source","derived", or"template". See Derived Burritos Specification for the distinction.meta.generatorOPTIONAL. Object describing the software and user that created this file:
softwareName(REQUIRED): name of the generating softwaresoftwareVersion(REQUIRED): version of the generating softwareuserName(OPTIONAL): name of the user who triggered the generation
meta.defaultLocaleREQUIRED. BCP-47 language tag for the default locale of all localized string fields in the burrito (e.g.
identification.name).meta.dateCreatedREQUIRED. ISO 8601 date or datetime string (e.g.
"2025-11-04T09:00:00+01:00").meta.normalizationOPTIONAL. Unicode normalization form of the text ingredients. MUST be
"NFC"or"NFD"if present.meta.commentsOPTIONAL. Array of free-text strings for human notes about this burrito.
Identification¶
identification.nameREQUIRED. A locale-map giving a human-readable name for the project (e.g.
{"en": "Zarma New Testament", "dje": "Zarma Neeriya Koyra"}).identification.descriptionOPTIONAL. A locale-map giving a longer description.
identification.abbreviationOPTIONAL. A locale-map giving a short abbreviation (e.g.
{"en": "ZJNT"}).identification.primaryREQUIRED. The registration of this burrito in one external authority. MUST contain exactly one key matching a label in
idAuthorities. The value maps an id string to an object withrevisionandtimestamp.identification.upstreamOPTIONAL. Identifiers of source burritos this was derived from. See Derived Burritos Specification.
Copyright¶
REQUIRED. At least one of publicDomain, shortStatements, or
licenses MUST be present.
copyright.publicDomainSet to
trueif the contents are in the public domain.copyright.shortStatementsAn array of short copyright notices. Each entry MUST have:
statement(REQUIRED): text of up to 500 charactersmimetype(OPTIONAL):"text/plain"(default) or"text/html"lang(OPTIONAL): BCP-47 tag if this statement is language-specific
copyright.licensesAn array of license references. Each entry MUST have exactly one of:
url: a URL pointing to the license textingredient: a path to a license ingredient file within the burrito
Languages¶
REQUIRED for scripture and gloss flavor types. An array with one
entry per language present in the translation. Each entry MUST have:
tag(REQUIRED): a BCP-47 language tag (e.g."dje","en","es-419")name(REQUIRED): a locale-map giving a human-readable name
Optional fields per entry:
scriptDirection:"ltr"or"rtl"rod: Rosetta Online Database codenumberingSystem: the numbering system used in the text
Agencies¶
OPTIONAL. An array of organizations involved in producing or managing this burrito. Each entry MUST have:
id(REQUIRED): a prefixed identifier (e.g."dbl::54650cfa"), or a stable URL for organizations not registered in a declared authorityname(REQUIRED): a locale-map giving the organization’s nameroles(REQUIRED): a non-empty array containing one or more of:"rightsHolder","rightsAdmin","content","publication","management","finance","qa"
Optional fields per entry:
abbr: a locale-map giving a short abbreviationurl: the organization’s website
Ingredients¶
REQUIRED. A JSON object mapping file paths to ingredient descriptors. Paths are relative to the burrito root and MUST use forward slashes.
Each ingredient descriptor MUST have:
mimeType(REQUIRED): the MIME type of the filesize(REQUIRED): file size in bytes
Each ingredient descriptor SHOULD have:
checksum: an object with an"md5"key and a 32-character lowercase hex digest. Consuming tools use this to verify file integrity.
Optional fields:
scope: maps USFM book codes to arrays of chapter or chapter:verse selectors. An empty array means all chapters of that book.role: a semantic role for this file. Standard roles include"versification","localedata","timing","introduction","copyrightStatement". Custom roles MUST be prefixed with"x-". See Custom Flavors Specification.lang: BCP-47 tag if this ingredient is language-specific.
Target Areas¶
OPTIONAL. An array of geographic areas representing the primary target audience. Each entry MUST have:
code(REQUIRED): an ISO 3166-1 alpha-2 country code or UN M.49 numeric region codename(REQUIRED): a locale-map giving a human-readable name
Localized Names¶
OPTIONAL. A map of keys to localized name objects, used to provide translated names for books, introductions, and other named units. Each value MUST have:
short(REQUIRED): a locale-map for the short display name
Optional per entry:
long: a locale-map for the full nameabbr: a locale-map for an abbreviated form
Conventional keys: "book-gen", "book-mat", etc. for biblical books;
"intot", "intnt" for testament introductions.
Progress¶
OPTIONAL. Records when work on this burrito was started or completed. At least one field MUST be present:
dateStarted(OPTIONAL): ISO 8601 timestampdateCompleted(OPTIONAL): ISO 8601 timestamp