bible-technology / scripture-burrito

Scripture Burrito Schema & Docs 🌯
http://docs.burrito.bible/
MIT License
21 stars 13 forks source link

resolve fontType enum #225

Closed jtauber closed 3 years ago

jtauber commented 3 years ago

The current fontType definition is given as:

"fontType": {
    "type": "string",
    "enum": ["openType", "bitmap", "trueType", "type1"]
}

but based on the internal metadata for the sb_typesetScripture example, there seems to be a need for an other value.

jag3773 commented 3 years ago

Simplest solution here is to drop fontType specification in the metadata because we can't think of a good use case for that information.