toulouse-maelis: remove duplicated child birth definition (#76608)

This commit is contained in:
Nicolas Roche 2023-04-15 09:02:17 +02:00 committed by Nicolas Roche
parent ba7cf207b7
commit 80100d9d58
1 changed files with 0 additions and 1 deletions

View File

@ -554,7 +554,6 @@ CHILD_SCHEMA = {
'type': 'string',
'pattern': '.+',
},
'birth': BIRTH_SCHEMA,
'dietcode': {
'description': 'Code de régime alimentaire (depuis référentiel)',
'oneOf': [{'type': 'string'}, {'type': 'null'}],