Replies: 1 comment
-
Looking at it this way, the following question immediately come to mind:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(this is for initial drafting of language around flavours and extensibility to eventually be incorporated into the docs)
Each burrito is of a particular flavor and a particular category.
Categories
The category of a burrito is defined at the top level
meta
>category
which takes one of the values:source
,derived
,template
.Here are the fields allowed / required by each category. (S/s = source, D/d = derived, T/t = template; uppercase indicates required):
meta
S D Tcategory
S D TtemplateName
Tversion
S D TdateCreated
S D TdefaultLanguage
S D Tgenerator
s d tnormalization
s d tcomments
s d tidAuthorities
S D tidentification
S D tconfidential
S D ttype
S D trelationships
s d tlanguages
s* d* ttargetAreas
s d tagencies
s d tcopyright
s D tpromotion
dingredients
s d tnames
s* d* tprogress
srecipe
DIf the flavor type is
scripture
orgloss
thelanguage
andnames
properties become required insource
andderived
burritos.Flavor Types
Each flavor is of a particular flavor type which is specified in the
type
>flavorType
>name
property which can take the values:scripture
,gloss
,parascriptural
, orperipheral
.flavorType
SC GL PA PEname
SC GL PA PEflavor
SC GL PA PEname
currentScope
SC GL pa pecanonType
SC GL pa pecanonSpec
SC GL pa peNote that from a schema point-of-view, the only thing the flavor type restricts (besides flavor is whether
currentScope
,canonType
, andcanonSpec
are optional or not.Flavors
*** IN PROGRESS ***
Beta Was this translation helpful? Give feedback.
All reactions