-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cruft.json
15 lines (15 loc) · 1.04 KB
/
.cruft.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"template": "https://github.com/robert-koch-institut/mex-template",
"commit": "8bdad06a5eca52607f046b75cb0cdd9d7ab4912e",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "model",
"short_summary": "JSON schema files defining the MEx metadata model.",
"long_summary": "Our metadata model is represented as JSON schema in `mex/model`. There, we defined 1. `entities`, described by their properties, 2. `fields`, small objects, that are used as `$ref` for certain properties, 3. an `extension`, which contains additional properties, that are not in scope of the JSON schema definition, 4. `i18n` files, that hold translations of the properties and are to be used in the context of user interfaces and 5. `vocabularies`, which are used in context of the `entities`. A more detailed description of the model's context can be found in `/docs/index.rst`.",
"_template": "https://github.com/robert-koch-institut/mex-template",
"_commit": "8bdad06a5eca52607f046b75cb0cdd9d7ab4912e"
}
},
"directory": null
}