toulouse_maelis: remove null type on mandatory civility (#69046)

This commit is contained in:
Nicolas Roche 2022-09-08 17:24:33 +02:00
parent a5ba9c129c
commit 591ecd06e3
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ RLINFO_SCHEMA = {
'properties': {
'civility': {
'description': 'civilité (depuis référenciel)',
'oneOf': [{'type': 'null'}, {'type': 'string'}],
'type': 'string',
},
'quality': {
'description': 'Qualité',