Skip to content

Commit 4ec71e0

Browse files
Merge pull request #518 from openMetadataInitiative/lzehl_modificationStuff
Add ModificationConsentRequirement schema template
2 parents f9d53dc + 40518d3 commit 4ec71e0

5 files changed

Lines changed: 28 additions & 4 deletions

schemas/modificationClause.schema.tpl.json

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"_type": "controlledTerms:ModificationConsentRequirement",
3+
"_extends": "controlledTerm.schema.tpl.json",
4+
"_categories": [
5+
"modificationProfileAspect"
6+
]
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"_type": "controlledTerms:ModificationConstraint",
3+
"_extends": "controlledTerm.schema.tpl.json",
4+
"_categories": [
5+
"modificationProfileAspect"
6+
]
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"_type": "controlledTerms:ModificationForm",
3+
"_extends": "controlledTerm.schema.tpl.json",
4+
"_categories": [
5+
"modificationProfileAspect"
6+
]
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"_type": "controlledTerms:ModificationScope",
3+
"_extends": "controlledTerm.schema.tpl.json",
4+
"_categories": [
5+
"modificationProfileAspect"
6+
]
7+
}

0 commit comments

Comments
 (0)