Skip to content

Commit 1c953b2

Browse files
committed
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)
1 parent 6c9669d commit 1c953b2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

invenio_communities/members/records/mappings/os-v1/communitymembers/members/member-v1.0.0.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
"affiliations": {
6363
"type": "text"
6464
}
65-
}
65+
},
66+
"dynamic": true
6667
},
6768
"preferences": {
6869
"properties": {

invenio_communities/members/records/mappings/os-v2/communitymembers/members/member-v1.0.0.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
"affiliations": {
6363
"type": "text"
6464
}
65-
}
65+
},
66+
"dynamic": true
6667
},
6768
"preferences": {
6869
"properties": {

invenio_communities/members/records/mappings/v7/communitymembers/members/member-v1.0.0.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
"affiliations": {
6363
"type": "text"
6464
}
65-
}
65+
},
66+
"dynamic": true
6667
},
6768
"preferences": {
6869
"properties": {

0 commit comments

Comments
 (0)