-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Diff between v2 and v3 #1
base: dev
Are you sure you want to change the base?
Conversation
DO NOT MERGE
'$ref': '#/components/schemas/limit' | ||
total: | ||
'$ref': '#/components/schemas/total' | ||
operator_trip_id: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Renommage de propriété
multipleOf: 1 | ||
default: 1 | ||
description: Nombre de sièges réservés par l'occupant passager. | ||
operator_journey_id: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Renommage de propriété
@@ -172,20 +294,18 @@ components: | |||
- Numéro complet à 10 chiffres (phone) | |||
- Numéro tronqué à 8 chiffres (phone_trunc) + identifiant unique de l'opérateur (operator_user_id) | |||
additionalProperties: false | |||
required: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ajout de l'identity_key
description: | | ||
Correspond au sha d'une chaîne concaténée tel que : sha256(*phone_number*-*last_name*) ou | ||
- `phone_number` correspond au numéro de téléphone complet au format international sans espace ni tiret. Exemple : +33601020304 | ||
- `last_name` correspond au nom de famille complet en majuscule sans accent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quid des espaces et des tirets ?
@@ -214,6 +334,29 @@ components: | |||
type: string | |||
description: Numéro de téléphone à 8 chiffres. Obligatoire si le numéro de téléphone complet n'est pas fournit. | |||
example: '+336123456' | |||
driving_license: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Est-ce que ce champ sera utilisé pour le dédoublonnage CEE ?
km: | ||
type: integer | ||
euros: | ||
distance: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pas d'impact chez nous : on n'utilise pas ce champ
paths: | ||
/geo/route: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tiens, on doit pouvoir récupérer ce fameux itinéraire maintenant
DO NOT MERGE. Used only for comment and work purpose