|
"phone_number_field": { |
|
"type": "object", |
|
"properties": { |
|
"value": { |
|
"type": "string", |
|
"mobile": { |
|
"type": "boolean", |
|
"$comment": "if the telephone is mobile, meaning it can receive SMS" |
|
}, |
Hi,
For phone number field type, a boolean "mobile" was added. It is indicated in the DGFIP schema.json but not in PersonalInformation schema.json. Can you confirm we want this boolean in all scopes which need a phone number ?
Thanks in advance
CMS/conceptual_model/schemas/personal-information.schema.json
Lines 146 to 150 in 110ac7e
CMS/conceptual_model/schemas/fr-dgfip-information.schema.json
Lines 276 to 279 in 110ac7e
Hi,
For phone number field type, a boolean "mobile" was added. It is indicated in the DGFIP schema.json but not in PersonalInformation schema.json. Can you confirm we want this boolean in all scopes which need a phone number ?
Thanks in advance