-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
members: sync schemas with user-resources
* Invenio-User-Resources introduced dynamic user profile schemas here 492f14b7c28f26f4395bce1acde05149c128c407. Having the inconsistency causes the indexer to fail. (closes invenio-app-rdm#2198)
- Loading branch information
Showing
6 changed files
with
12 additions
and
6 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 |
---|---|---|
|
@@ -62,7 +62,8 @@ | |
"affiliations": { | ||
"type": "text" | ||
} | ||
} | ||
}, | ||
"dynamic": true | ||
}, | ||
"preferences": { | ||
"properties": { | ||
|
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 |
---|---|---|
|
@@ -62,7 +62,8 @@ | |
"affiliations": { | ||
"type": "text" | ||
} | ||
} | ||
}, | ||
"dynamic": true | ||
}, | ||
"preferences": { | ||
"properties": { | ||
|
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 |
---|---|---|
|
@@ -62,7 +62,8 @@ | |
"affiliations": { | ||
"type": "text" | ||
} | ||
} | ||
}, | ||
"dynamic": true | ||
}, | ||
"preferences": { | ||
"properties": { | ||
|
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 |
---|---|---|
|
@@ -62,7 +62,8 @@ | |
"affiliations": { | ||
"type": "text" | ||
} | ||
} | ||
}, | ||
"dynamic": true | ||
}, | ||
"preferences": { | ||
"properties": { | ||
|
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 |
---|---|---|
|
@@ -62,7 +62,8 @@ | |
"affiliations": { | ||
"type": "text" | ||
} | ||
} | ||
}, | ||
"dynamic": true | ||
}, | ||
"preferences": { | ||
"properties": { | ||
|
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 |
---|---|---|
|
@@ -62,7 +62,8 @@ | |
"affiliations": { | ||
"type": "text" | ||
} | ||
} | ||
}, | ||
"dynamic": true | ||
}, | ||
"preferences": { | ||
"properties": { | ||
|