-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from oarepo/scoped_schemas
Release 3.0.0
- Loading branch information
Showing
8 changed files
with
15 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
{ | ||
"definitions": { | ||
"primaryCommunity": { | ||
"type": "string", | ||
"description": "Primary community ID of the record" | ||
}, | ||
"secondaryCommunities": { | ||
"oarepo:secondaryCommunities": { | ||
"type": "array", | ||
"items": { | ||
"type": "string", | ||
"description": "List of secondary community IDs where the record is also published" | ||
} | ||
}, | ||
"description": "List of secondary community IDs where the record is also available", | ||
"minItems": 1, | ||
"uniqueItems": true | ||
}, | ||
"oarepo:primaryCommunity": { | ||
"type": "string", | ||
"description": "Primary community ID of the record" | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
oarepo_communities/included_mappings/v7/communities-v1.0.0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
oarepo_communities/included_mappings/v7/communities-v2.0.0.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,4 @@ | |
and parsed by ``setup.py``. | ||
""" | ||
|
||
__version__ = '2.4.0' | ||
__version__ = '3.0.0' |