Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions schemas/accessMode.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_type": "controlledTerms:AccessMode",
"_extends": "controlledTerm.schema.tpl.json"
}
4 changes: 4 additions & 0 deletions schemas/accessProcessType.schema.tpl.json
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be AuthorizationProcessType (because we just conceptualize the type of process here and not describing the acutal process)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be renamed to AccessProcessType? I'm basing this on our last discussion on Issue #260.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_type": "controlledTerms:AccessProcessType",
"_extends": "controlledTerm.schema.tpl.json"
}
4 changes: 4 additions & 0 deletions schemas/accessType.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_type": "controlledTerms:AccessType",
"_extends": "controlledTerm.schema.tpl.json"
}
4 changes: 4 additions & 0 deletions schemas/paymentType.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_type": "controlledTerms:PaymentType",
"_extends": "controlledTerm.schema.tpl.json"
}
4 changes: 4 additions & 0 deletions schemas/publicationStatus.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_type": "controlledTerms:PublicationStatus",
"_extends": "controlledTerm.schema.tpl.json"
}
Loading