The input JSON schema does not conform to JSON Schema Draft 4. Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultAttachment_2851": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"signed_id": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"signed_id",
"url"
],
"title": "Attachment - DefaultAttachment",
"type": "object"
},
"RGPDInformationResponse_1629": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"can_be_contacted_by_email": {
"type": "boolean"
},
"can_be_contacted_by_mail": {
"type": "boolean"
},
"can_be_contacted_on_home_phone": {
"type": "boolean"
},
"can_be_contacted_on_mobile_phone": {
"type": "boolean"
},
"signature": {
"$ref": "#/definitions/DefaultAttachment_2851",
"description": "must be a signed id, either from the existing signature or from the direct upload in response in case of new signature",
"type": "object"
}
},
"required": [
"can_be_contacted_by_email",
"can_be_contacted_by_mail",
"can_be_contacted_on_home_phone",
"can_be_contacted_on_mobile_phone",
"signature"
],
"title": "RGPDInformation - RGPDInformationResponse",
"type": "object"
}
},
"properties": {
"customers": {
"items": {
"additionalProperties": false,
"properties": {
"address": {
"description": "Adresse",
"type": "string"
},
"city": {
"description": "Ville",
"type": "string"
},
"coach_name": {
"anyOf": [
{
"description": "Entraîneur",
"type": "string"
},
{
"type": "null"
}
]
},
"coach_phone": {
"anyOf": [
{
"description": "Portable entraîneur",
"type": "string"
},
{
"type": "null"
}
]
},
"comments": {
"anyOf": [
{
"description": "Commentaires",
"type": "string"
},
{
"type": "null"
}
]
},
"country": {
"description": "Pays",
"type": "string"
},
"discipline": {
"description": "Discipline",
"enum": [
"obstacles",
"leisure",
"dressage",
"eventing",
"polo",
"others"
],
"type": "string"
},
"email": {
"description": "Mail",
"format": "email",
"type": "string"
},
"groom_mobile_phone": {
"anyOf": [
{
"description": "Portable groom",
"type": "string"
},
{
"type": "null"
}
]
},
"groom_name": {
"anyOf": [
{
"description": "Groom",
"type": "string"
},
{
"type": "null"
}
]
},
"home_phone": {
"anyOf": [
{
"description": "Téléphone fixe",
"type": "string"
},
{
"type": "null"
}
]
},
"id": {
"description": "identifiant unique",
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"is_deleted": {
"type": "boolean"
},
"last_contact_at": {
"description": " date du dernier contact qui est renseigné par l’expert dans l’application",
"format": "date-time",
"type": "string"
},
"mobile_phone": {
"description": "Portable",
"type": "string"
},
"name": {
"description": "Prénom",
"type": "string"
},
"partner_id": {
"anyOf": [
{
"description": "Id du client ayant le statut partenaire et qui a mis Hermes en contact avec le client",
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
{
"type": "null"
}
]
},
"preferred_number": {
"description": "Indicateur du numéro de téléphone à privilégier pour contacter le client",
"enum": [
"mobile",
"home"
],
"type": "string"
},
"project_ongoing": {
"description": "Indique si le client à au moins 1 projet en cours",
"type": "boolean"
},
"related_store_id": {
"description": "Id de la boutique hermès à laquelle le client est rattaché",
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"related_store_phone_number": {
"anyOf": [
{
"description": "numéro de téléphone de la boutique ?????",
"type": "string"
},
{
"type": "null"
}
]
},
"related_store_seller_name": {
"anyOf": [
{
"description": "vendeur attitré dans la boutique",
"type": "string"
},
{
"type": "null"
}
]
},
"rgpd_information": {
"$ref": "#/definitions/RGPDInformationResponse_1629",
"description": "préférences RGPD du client",
"type": "object"
},
"stable_id": {
"anyOf": [
{
"description": "id de l'écurie à laquelle le client est rattaché",
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
{
"type": "null"
}
]
},
"status": {
"description": "Indique la typologie du client",
"enum": [
"off",
"prospect",
"client",
"pro",
"partner"
],
"type": "string"
},
"surname": {
"description": "Nom",
"type": "string"
},
"updated_at": {
"description": "date de la dernière mise à jour dans le backend",
"format": "date-time",
"type": "string"
},
"zip_code": {
"description": "Département",
"type": "string"
}
},
"required": [
"address",
"city",
"coach_name",
"coach_phone",
"comments",
"country",
"discipline",
"email",
"groom_mobile_phone",
"groom_name",
"home_phone",
"id",
"is_deleted",
"last_contact_at",
"mobile_phone",
"name",
"partner_id",
"preferred_number",
"project_ongoing",
"related_store_id",
"related_store_phone_number",
"related_store_seller_name",
"rgpd_information",
"stable_id",
"status",
"surname",
"updated_at",
"zip_code"
],
"type": "object"
},
"type": "array"
},
"meta": {
"properties": {
"current_time": {
"format": "datetime",
"type": "string"
}
},
"required": [],
"type": "object"
}
},
"required": [
"customers"
],
"title": "Customer - Customer",
"type": "object"
}
{
"customers": [
{
"address": "esse ea in officia",
"city": "irure aliqua in dolore voluptate",
"coach_name": null,
"coach_phone": null,
"comments": "proident sunt",
"country": "tempor ut",
"discipline": "dressage",
"email": "qavHFel4uFfSn@UxSkJBZvygKAZlmcygAR.cqkj",
"groom_mobile_phone": "dolor Duis voluptate tempor enim",
"groom_name": null,
"home_phone": "sunt sint",
"id": "ab1011f7-58b4-17bf-a137-c1b388110d2d",
"is_deleted": true,
"last_contact_at": "2006-12-28T09:13:32.020Z",
"mobile_phone": "pariatur magna dolor Ut",
"name": "consectetur",
"partner_id": null,
"preferred_number": "mobile",
"project_ongoing": false,
"related_store_id": "fa3e0cac-1d3f-1c07-803e-6209fbe837d7",
"related_store_phone_number": null,
"related_store_seller_name": "commodo",
"rgpd_information": {
"can_be_contacted_by_email": true,
"can_be_contacted_by_mail": true,
"can_be_contacted_on_home_phone": true,
"can_be_contacted_on_mobile_phone": true,
"signature": {
"signed_id": "pariatur commodo laborum in adipisicing",
"url": "exercitation officia"
}
},
"stable_id": null,
"status": "pro",
"surname": "quis exercitation ullamco",
"updated_at": "1946-06-29T06:27:18.219Z",
"zip_code": "labore dolore"
},
{
"address": "cillum labore",
"city": "adipisicing in Excepteur laboris",
"coach_name": "ex in aliquip",
"coach_phone": "id",
"comments": "elit labore",
"country": "fugiat",
"discipline": "eventing",
"email": "GnSKSqHp3zKwr@YAxcyC.xveh",
"groom_mobile_phone": "aliquip ut ",
"groom_name": null,
"home_phone": null,
"id": "c6501a57-5837-5b14-9e55-38af0a5b1eff",
"is_deleted": true,
"last_contact_at": "1985-10-07T18:47:22.854Z",
"mobile_phone": "fugiat dolore",
"name": "sit in qui",
"partner_id": null,
"preferred_number": "home",
"project_ongoing": false,
"related_store_id": "c3e1650b-1f2c-4f42-a2ab-97b36f274628",
"related_store_phone_number": null,
"related_store_seller_name": null,
"rgpd_information": {
"can_be_contacted_by_email": false,
"can_be_contacted_by_mail": true,
"can_be_contacted_on_home_phone": false,
"can_be_contacted_on_mobile_phone": false,
"signature": {
"signed_id": "pariatur et occaecat",
"url": "deserunt veniam Lorem"
}
},
"stable_id": null,
"status": "pro",
"surname": "quis ad Lorem laboris commodo",
"updated_at": "1969-08-27T20:57:10.284Z",
"zip_code": "incididunt"
},
{
"address": "d",
"city": "exercitation",
"coach_name": null,
"coach_phone": "sunt irure amet",
"comments": "eiusmod anim labore eu",
"country": "adipisicing",
"discipline": "dressage",
"email": "9iTiJez@lbyLukCmoMEgQbvNuRVXIXK.gcu",
"groom_mobile_phone": "officia et eu",
"groom_name": null,
"home_phone": "amet",
"id": "811077a8-e02e-3b35-8ee4-2e0ae3cb9255",
"is_deleted": false,
"last_contact_at": "2008-12-22T04:13:25.834Z",
"mobile_phone": "do amet Duis anim minim",
"name": "dolor nisi magna amet consequat",
"partner_id": "78bbf6a7-6846-4e43-8deb-968be49a68f1",
"preferred_number": "mobile",
"project_ongoing": true,
"related_store_id": "bfac2c93-b77b-4dac-abb7-5b60ad669e8d",
"related_store_phone_number": "ullamco est irure",
"related_store_seller_name": "exercitation Excepteur culpa commodo",
"rgpd_information": {
"can_be_contacted_by_email": true,
"can_be_contacted_by_mail": false,
"can_be_contacted_on_home_phone": false,
"can_be_contacted_on_mobile_phone": true,
"signature": {
"signed_id": "aliquip cillum Ut proident dolor",
"url": "in qui pariatur deserunt cupidatat"
}
},
"stable_id": "bbc380c4-6d93-2b18-afec-8abdb6e7676d",
"status": "partner",
"surname": "ea",
"updated_at": "2010-08-10T06:09:06.524Z",
"zip_code": "dolor aliqua labore fugiat Excepteur"
},
{
"address": "a",
"city": "adipisicing proident cupidatat",
"coach_name": "exercitation Lorem pariatur commodo cul",
"coach_phone": null,
"comments": null,
"country": "anim",
"discipline": "polo",
"email": "jTJ6@QJiyksaEauJQgCrgVEPv.flod",
"groom_mobile_phone": "anim dolor repre",
"groom_name": null,
"home_phone": null,
"id": "c174d162-32fa-5ccf-a4ce-fda36db3ca61",
"is_deleted": false,
"last_contact_at": "2015-02-12T17:34:18.520Z",
"mobile_phone": "minim dolore incididunt in ea",
"name": "deserunt sint dolor incidi",
"partner_id": null,
"preferred_number": "mobile",
"project_ongoing": false,
"related_store_id": "5a7e5086-5a0d-17bf-ab5d-753e5e43adeb",
"related_store_phone_number": "Lorem",
"related_store_seller_name": "deserunt laborum enim in",
"rgpd_information": {
"can_be_contacted_by_email": false,
"can_be_contacted_by_mail": true,
"can_be_contacted_on_home_phone": false,
"can_be_contacted_on_mobile_phone": true,
"signature": {
"signed_id": "aliquip minim aliqua",
"url": "eu elit ex"
}
},
"stable_id": "ab9d2787-e542-26b6-97ff-d7de05026643",
"status": "client",
"surname": "nisi ex consequat",
"updated_at": "1985-02-14T09:53:45.375Z",
"zip_code": "in"
},
{
"address": "ad nostrud minim voluptate",
"city": "magna cupidatat consectetur",
"coach_name": "Excepteur",
"coach_phone": "magna dolore qui enim",
"comments": "tempor deserunt dolore",
"country": "ipsum",
"discipline": "dressage",
"email": "PEj7d1E@fwrnMCTGWpLQoBfNwzd.wxu",
"groom_mobile_phone": null,
"groom_name": null,
"home_phone": "dolor ex",
"id": "1a5e5b5d-c444-262e-9488-a25025f8f4f6",
"is_deleted": true,
"last_contact_at": "2008-04-13T15:30:43.466Z",
"mobile_phone": "magna proident ",
"name": "commodo et voluptate dolore do",
"partner_id": "0a2cc43b-9fba-3cca-a892-242e70adb949",
"preferred_number": "mobile",
"project_ongoing": true,
"related_store_id": "0f2c211c-19e6-36d8-ad36-347822a9c8fb",
"related_store_phone_number": null,
"related_store_seller_name": "ipsum anim Lorem",
"rgpd_information": {
"can_be_contacted_by_email": true,
"can_be_contacted_by_mail": true,
"can_be_contacted_on_home_phone": true,
"can_be_contacted_on_mobile_phone": false,
"signature": {
"signed_id": "eiusmod aute",
"url": "Duis"
}
},
"stable_id": "86f60f3b-e88a-1cf2-90c6-63fb3245e381",
"status": "prospect",
"surname": "est",
"updated_at": "1991-05-10T02:52:34.977Z",
"zip_code": "magna ipsum commodo"
}
]
}
The input JSON schema does not conform to JSON Schema Draft 4. Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultAttachment_2851": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"signed_id": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"signed_id",
"url"
],
"title": "Attachment - DefaultAttachment",
"type": "object"
},
"RGPDInformationResponse_1629": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"can_be_contacted_by_email": {
"type": "boolean"
},
"can_be_contacted_by_mail": {
"type": "boolean"
},
"can_be_contacted_on_home_phone": {
"type": "boolean"
},
"can_be_contacted_on_mobile_phone": {
"type": "boolean"
},
"signature": {
"$ref": "#/definitions/DefaultAttachment_2851",
"description": "must be a signed id, either from the existing signature or from the direct upload in response in case of new signature",
"type": "object"
}
},
"required": [
"can_be_contacted_by_email",
"can_be_contacted_by_mail",
"can_be_contacted_on_home_phone",
"can_be_contacted_on_mobile_phone",
"signature"
],
"title": "RGPDInformation - RGPDInformationResponse",
"type": "object"
}
},
"properties": {
"customers": {
"items": {
"additionalProperties": false,
"properties": {
"address": {
"description": "Adresse",
"type": "string"
},
"city": {
"description": "Ville",
"type": "string"
},
"coach_name": {
"anyOf": [
{
"description": "Entraîneur",
"type": "string"
},
{
"type": "null"
}
]
},
"coach_phone": {
"anyOf": [
{
"description": "Portable entraîneur",
"type": "string"
},
{
"type": "null"
}
]
},
"comments": {
"anyOf": [
{
"description": "Commentaires",
"type": "string"
},
{
"type": "null"
}
]
},
"country": {
"description": "Pays",
"type": "string"
},
"discipline": {
"description": "Discipline",
"enum": [
"obstacles",
"leisure",
"dressage",
"eventing",
"polo",
"others"
],
"type": "string"
},
"email": {
"description": "Mail",
"format": "email",
"type": "string"
},
"groom_mobile_phone": {
"anyOf": [
{
"description": "Portable groom",
"type": "string"
},
{
"type": "null"
}
]
},
"groom_name": {
"anyOf": [
{
"description": "Groom",
"type": "string"
},
{
"type": "null"
}
]
},
"home_phone": {
"anyOf": [
{
"description": "Téléphone fixe",
"type": "string"
},
{
"type": "null"
}
]
},
"id": {
"description": "identifiant unique",
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"is_deleted": {
"type": "boolean"
},
"last_contact_at": {
"description": " date du dernier contact qui est renseigné par l’expert dans l’application",
"format": "date-time",
"type": "string"
},
"mobile_phone": {
"description": "Portable",
"type": "string"
},
"name": {
"description": "Prénom",
"type": "string"
},
"partner_id": {
"anyOf": [
{
"description": "Id du client ayant le statut partenaire et qui a mis Hermes en contact avec le client",
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
{
"type": "null"
}
]
},
"preferred_number": {
"description": "Indicateur du numéro de téléphone à privilégier pour contacter le client",
"enum": [
"mobile",
"home"
],
"type": "string"
},
"project_ongoing": {
"description": "Indique si le client à au moins 1 projet en cours",
"type": "boolean"
},
"related_store_id": {
"description": "Id de la boutique hermès à laquelle le client est rattaché",
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"related_store_phone_number": {
"anyOf": [
{
"description": "numéro de téléphone de la boutique ?????",
"type": "string"
},
{
"type": "null"
}
]
},
"related_store_seller_name": {
"anyOf": [
{
"description": "vendeur attitré dans la boutique",
"type": "string"
},
{
"type": "null"
}
]
},
"rgpd_information": {
"$ref": "#/definitions/RGPDInformationResponse_1629",
"description": "préférences RGPD du client",
"type": "object"
},
"stable_id": {
"anyOf": [
{
"description": "id de l'écurie à laquelle le client est rattaché",
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
{
"type": "null"
}
]
},
"status": {
"description": "Indique la typologie du client",
"enum": [
"off",
"prospect",
"client",
"pro",
"partner"
],
"type": "string"
},
"surname": {
"description": "Nom",
"type": "string"
},
"updated_at": {
"description": "date de la dernière mise à jour dans le backend",
"format": "date-time",
"type": "string"
},
"zip_code": {
"description": "Département",
"type": "string"
}
},
"required": [
"address",
"city",
"coach_name",
"coach_phone",
"comments",
"country",
"discipline",
"email",
"groom_mobile_phone",
"groom_name",
"home_phone",
"id",
"is_deleted",
"last_contact_at",
"mobile_phone",
"name",
"partner_id",
"preferred_number",
"project_ongoing",
"related_store_id",
"related_store_phone_number",
"related_store_seller_name",
"rgpd_information",
"stable_id",
"status",
"surname",
"updated_at",
"zip_code"
],
"type": "object"
},
"type": "array"
},
"meta": {
"properties": {
"current_time": {
"format": "datetime",
"type": "string"
}
},
"required": [],
"type": "object"
}
},
"required": [
"customers"
],
"title": "Customer - Customer",
"type": "object"
}
{
"customers": [
{
"address": "aliqua dolore",
"city": "amet minim reprehenderit cillum",
"coach_name": null,
"coach_phone": "sit sunt fugiat",
"comments": null,
"country": "ut",
"discipline": "others",
"email": "Y5b5qImUsjl@moxyzKTX.qx",
"groom_mobile_phone": "sunt",
"groom_name": "occaecat dolor sed in eiusmod",
"home_phone": null,
"id": "da1f23ab-db24-1636-bf28-b81966bee3e9",
"is_deleted": false,
"last_contact_at": "1986-09-15T10:51:21.028Z",
"mobile_phone": "anim",
"name": "et labore",
"partner_id": "ac069265-47fe-28c3-bccb-26c85468d7a6",
"preferred_number": "home",
"project_ongoing": true,
"related_store_id": "8257b7f1-0374-46c5-b5a0-a920619d19c3",
"related_store_phone_number": "nulla",
"related_store_seller_name": "ipsum est",
"rgpd_information": {
"can_be_contacted_by_email": true,
"can_be_contacted_by_mail": false,
"can_be_contacted_on_home_phone": false,
"can_be_contacted_on_mobile_phone": true,
"signature": {
"signed_id": "",
"url": "elit commodo proident aute sit"
}
},
"stable_id": null,
"status": "client",
"surname": "quis nisi ullamco",
"updated_at": "2017-03-16T22:18:27.674Z",
"zip_code": "conse"
},
{
"address": "sint ut",
"city": "consectetur id voluptate quis",
"coach_name": "nulla dolor ipsum",
"coach_phone": null,
"comments": null,
"country": "ea elit mollit cillum",
"discipline": "obstacles",
"email": "UwWa5om6r8Kxu@yQAqtsRXRzYXSiMsQaQESMJmtkdvZ.pa",
"groom_mobile_phone": null,
"groom_name": "incididunt ex ad c",
"home_phone": null,
"id": "e6421b20-15a5-5389-ae64-67bdd2d83e33",
"is_deleted": false,
"last_contact_at": "2012-02-17T10:56:15.662Z",
"mobile_phone": "Duis",
"name": "sed amet dolor Duis",
"partner_id": "6358ea6e-a0c9-4577-bbf0-612a2f1fad73",
"preferred_number": "home",
"project_ongoing": false,
"related_store_id": "829fc3ac-93ec-24b3-aab9-16013cec7263",
"related_store_phone_number": "proident ipsum nisi id",
"related_store_seller_name": null,
"rgpd_information": {
"can_be_contacted_by_email": true,
"can_be_contacted_by_mail": false,
"can_be_contacted_on_home_phone": true,
"can_be_contacted_on_mobile_phone": true,
"signature": {
"signed_id": "consectetur enim sint",
"url": "mollit ut"
}
},
"stable_id": "10d90f5f-a767-5fc0-9370-2e0e90a5a8a9",
"status": "pro",
"surname": "amet deserunt",
"updated_at": "1965-10-10T06:35:13.584Z",
"zip_code": "amet ut occaecat"
},
{
"address": "aliquip sint",
"city": "ut ut dolore",
"coach_name": "deserunt ex",
"coach_phone": null,
"comments": "dolore fugiat",
"country": "adipisicing laborum dolor sed",
"discipline": "others",
"email": "2Cx@efRJvbFjxtWjrkFIeFFDWkPyBkNU.lck",
"groom_mobile_phone": "in sit labore",
"groom_name": null,
"home_phone": "sint",
"id": "4fbc9c48-1433-355d-952c-dbb7ae949035",
"is_deleted": true,
"last_contact_at": "2010-06-21T18:51:50.841Z",
"mobile_phone": "in ullamco enim c",
"name": "ut et laboris aliquip",
"partner_id": null,
"preferred_number": "home",
"project_ongoing": false,
"related_store_id": "d4a3ee04-9991-3f25-9659-fc57041661ec",
"related_store_phone_number": null,
"related_store_seller_name": null,
"rgpd_information": {
"can_be_contacted_by_email": true,
"can_be_contacted_by_mail": false,
"can_be_contacted_on_home_phone": true,
"can_be_contacted_on_mobile_phone": false,
"signature": {
"signed_id": "culpa ea in a",
"url": "et cupidatat nisi"
}
},
"stable_id": null,
"status": "pro",
"surname": "aliquip dolore sit nostrud exercitation",
"updated_at": "1993-12-12T14:45:31.487Z",
"zip_code": "cillum exercitation dolor in"
},
{
"address": "Lorem irure",
"city": "pariatur ullamco voluptate fugiat ad",
"coach_name": null,
"coach_phone": null,
"comments": null,
"country": "dolore ex dolor velit",
"discipline": "eventing",
"email": "QjYsr@sVHXCFOn.erac",
"groom_mobile_phone": null,
"groom_name": null,
"home_phone": "culpa",
"id": "39d80a3a-9b56-5019-bc2c-99de1f05f8be",
"is_deleted": true,
"last_contact_at": "1969-07-25T18:11:47.103Z",
"mobile_phone": "aliqua in",
"name": "non",
"partner_id": null,
"preferred_number": "mobile",
"project_ongoing": false,
"related_store_id": "1c5b6515-4011-19ab-a3df-165c988361cf",
"related_store_phone_number": null,
"related_store_seller_name": "ad cillum",
"rgpd_information": {
"can_be_contacted_by_email": true,
"can_be_contacted_by_mail": true,
"can_be_contacted_on_home_phone": true,
"can_be_contacted_on_mobile_phone": false,
"signature": {
"signed_id": "aliqua",
"url": "anim"
}
},
"stable_id": null,
"status": "off",
"surname": "occaecat",
"updated_at": "2006-06-29T23:11:53.895Z",
"zip_code": "enim"
}
]
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"description": "Generated from Pericles with shasum 7390c84238d4b6e205d27550f2dbf83816a88374",
"items": {
"$schema": "http://json-schema.org/draft-04/schema#",
"properties": {
"code": {
"type": "string"
},
"source": {
"anyOf": [
{
"properties": {
"pointer": {
"format": "uri",
"type": "string"
}
}
},
{
"properties": {
"parameter": {
"type": "string"
}
}
}
],
"type": "object"
},
"title": {
"type": "string"
}
},
"required": [
"code"
],
"type": "object"
},
"type": "array"
}
[
{
"code": "ullamco quis"
},
{
"code": "tempor"
},
{
"code": "Ut minim cillum"
},
{
"code": "quis velit deserunt in"
}
]
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {
"DefaultProduct_1559": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"SKU": {
"type": "string"
},
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"item_designation": {
"type": "string"
},
"picture_url": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "null"
}
]
},
"season": {
"anyOf": [
{
"maxLength": 4,
"minLength": 4,
"type": "string"
},
{
"type": "null"
}
]
},
"subsidiary": {
"$ref": "#/definitions/DefaultSubsidiary_1557",
"type": "object"
},
"supplier": {
"$ref": "#/definitions/DefaultSupplier_1558",
"type": "object"
}
},
"required": [
"SKU",
"id",
"item_designation",
"picture_url",
"season",
"subsidiary",
"supplier"
],
"title": "Product - DefaultProduct",
"type": "object"
},
"DefaultSubsidiary_1557": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"is_bobigny": {
"description": "If set to true, subsidiary is checked at Bobigny, otherwise at Deret's premises in Saran",
"type": "boolean"
},
"name": {
"type": "string"
},
"one_letter_code": {
"description": "1-letter code used in order to label the reports",
"maxLength": 1,
"minLength": 1,
"type": "string"
}
},
"required": [
"id",
"is_bobigny",
"name",
"one_letter_code"
],
"title": "Subsidiary - DefaultSubsidiary",
"type": "object"
},
"DefaultSupplier_1558": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"id",
"name"
],
"title": "Supplier - DefaultSupplier",
"type": "object"
},
"DefectTypeReference_1836": {
"additionalProperties": false,
"properties": {
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
}
},
"required": [
"id"
],
"title": "DefectType - DefectTypeReference",
"type": "object"
},
"LocationReference_1834": {
"additionalProperties": false,
"properties": {
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
}
},
"required": [
"id"
],
"title": "Location - LocationReference",
"type": "object"
},
"UpdatedDefect_1588": {
"additionalProperties": false,
"properties": {
"comment": {
"anyOf": [
{
"maxLength": 500,
"type": "string"
},
{
"type": "null"
}
]
},
"id": {
"anyOf": [
{
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
{
"type": "null"
}
]
},
"is_masked_by_user_id": {
"anyOf": [
{
"description": "To represent is_masked_by with only user id. API need is_masked_by for attribute name",
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
{
"type": "null"
}
]
},
"location": {
"$ref": "#/definitions/LocationReference_1834",
"description": "Can't be set to \"null\" as a specific value (\"Non précisé\") will be supplied if the user is not certain about the exact location of the defect.",
"type": "object"
},
"picture_camera_URL": {
"items": {
"format": "uri",
"type": "string"
},
"maxItems": 10,
"type": "array"
},
"picture_part_URL": {
"anyOf": [
{
"description": "Contains the picture (orange dot touched by the user on the schematic representation of the item).",
"format": "uri",
"type": "string"
},
{
"type": "null"
}
]
},
"picture_without_drawing_URL": {
"description": "Contains all URLs of pictures without drawing, picture are at their initial size. Used for future purposes (detect defects thanks to AI)",
"items": {
"format": "uri",
"type": "string"
},
"type": "array"
},
"selected_defect_type": {
"$ref": "#/definitions/DefectTypeReference_1836",
"description": "Selected `DefectType`.\r\nIt must be one of the `defect_types` accepted by the selected `defect_category` (available in config).",
"type": "object"
},
"selected_zone": {
"$ref": "#/definitions/ZoneReference_1838",
"description": "Selected `Zone`.\r\nIt must be one of the `zone` accepted by the selected `location` (available in config).",
"type": "object"
}
},
"required": [
"comment",
"id",
"location",
"picture_camera_URL",
"picture_part_URL",
"picture_without_drawing_URL",
"selected_defect_type",
"selected_zone"
],
"title": "Defect - UpdatedDefect",
"type": "object"
},
"ZoneReference_1838": {
"additionalProperties": false,
"properties": {
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
}
},
"required": [
"id"
],
"title": "Zone - ZoneReference",
"type": "object"
}
},
"properties": {
"ILPN": {
"anyOf": [
{
"maxLength": 11,
"minLength": 11,
"type": "string"
},
{
"type": "null"
}
]
},
"batch_number": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"craftsman_code": {
"anyOf": [
{
"maxLength": 2,
"minLength": 2,
"type": "string"
},
{
"type": "null"
}
]
},
"defect": {
"anyOf": [
{
"description": "Can be null as process configured says : 1. create report 2. create defects linked to report.",
"items": {
"$ref": "#/definitions/UpdatedDefect_1588",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"delivery_number": {
"anyOf": [
{
"maxLength": 11,
"minLength": 11,
"type": "string"
},
{
"type": "null"
}
]
},
"product": {
"$ref": "#/definitions/DefaultProduct_1559",
"type": "object"
},
"product_quantity": {
"maximum": 999,
"minimum": 1,
"type": "integer"
},
"strong_link": {
"anyOf": [
{
"description": "Strong link for special order reports",
"maxLength": 25,
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"ILPN",
"batch_number",
"craftsman_code",
"defect",
"delivery_number",
"product",
"product_quantity"
],
"title": "Report - NewReport",
"type": "object"
}
{
"ILPN": null,
"batch_number": "aliqua est nisi ex",
"craftsman_code": null,
"defect": null,
"delivery_number": "nisi esse i",
"product": {
"SKU": "Duis aliquip labore",
"id": "098c99c6-1792-59a8-8d93-efc867aa5dc8",
"item_designation": "ullamco mollit",
"picture_url": null,
"season": null,
"subsidiary": {
"id": "dad4b389-114f-1cc2-84d9-7ff9dfd71655",
"is_bobigny": true,
"name": "voluptat",
"one_letter_code": "l"
},
"supplier": {
"id": "77e60e96-869a-2828-9175-e740f99a44b3",
"name": "in"
}
},
"product_quantity": 471
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {
"DefaultRole_2585": {
"additionalProperties": false,
"properties": {
"code": {
"enum": [
"ANIMATEUR_QUALITE",
"ENCADRANT_DERET",
"CONTROLEUR_DERET",
"CONTROLEUR_BOBIGNY",
"METIER_DERET",
"METIER_BOBIGNY",
"LECTEUR_H",
"FOURNISSEUR",
"DISABLED"
],
"type": "string"
},
"name": {
"description": "English name of the role",
"type": "string"
}
},
"required": [
"code",
"name"
],
"title": "Role - DefaultRole",
"type": "object"
},
"DefaultSubsidiary_1557": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"is_bobigny": {
"description": "If set to true, subsidiary is checked at Bobigny, otherwise at Deret's premises in Saran",
"type": "boolean"
},
"name": {
"type": "string"
},
"one_letter_code": {
"description": "1-letter code used in order to label the reports",
"maxLength": 1,
"minLength": 1,
"type": "string"
}
},
"required": [
"id",
"is_bobigny",
"name",
"one_letter_code"
],
"title": "Subsidiary - DefaultSubsidiary",
"type": "object"
},
"DefaultSupplier_1558": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"id",
"name"
],
"title": "Supplier - DefaultSupplier",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"atlas_id": {
"description": "Contains the ADFS identifier used by the employee when signing in through Amazon Cognito",
"type": "string"
},
"email": {
"anyOf": [
{
"format": "email",
"type": "string"
},
{
"type": "null"
}
]
},
"firstname": {
"type": "string"
},
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"lastname": {
"type": "string"
},
"profile_picture_URL": {
"anyOf": [
{
"description": "URL where the user's profile picture can be fetched",
"format": "uri",
"type": "string"
},
{
"type": "null"
}
]
},
"role": {
"$ref": "#/definitions/DefaultRole_2585",
"type": "object"
},
"site": {
"anyOf": [
{
"description": "Describes where the user works. Is null if the user has a role of Fournisseur",
"enum": [
"bobigny",
"deret"
],
"type": "string"
},
{
"type": "null"
}
]
},
"subsidiaries": {
"items": {
"$ref": "#/definitions/DefaultSubsidiary_1557",
"type": "object"
},
"type": "array"
},
"supplier": {
"anyOf": [
{
"$ref": "#/definitions/DefaultSupplier_1558",
"type": "object"
},
{
"type": "null"
}
]
}
},
"required": [
"atlas_id",
"email",
"firstname",
"id",
"lastname",
"profile_picture_URL",
"role",
"site",
"subsidiaries",
"supplier"
],
"title": "User - DefaultUser",
"type": "object"
}
{
"atlas_id": "fugiat Lorem nisi",
"email": "X86kJZ@ZoUfHpceuF.tivf",
"firstname": "in",
"id": "ef56a6c0-e2cd-3773-a439-7995aa7a4c31",
"lastname": "velit enim nulla voluptate",
"profile_picture_URL": "https://LZuMeHy.vktcZyWB",
"role": {
"code": "DISABLED",
"name": "qui est anim"
},
"site": "bobigny",
"subsidiaries": [
{
"id": "26b36387-b026-2c52-9f34-789e74a41167",
"is_bobigny": true,
"name": "laboris",
"one_letter_code": "f"
},
{
"id": "8d1bff7c-9bf1-2f03-9122-a5cd1d04d5b8",
"is_bobigny": true,
"name": "mollit tempor elit veniam",
"one_letter_code": "s"
}
],
"supplier": null
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {
"DefectTypeReferenceV1_2423": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
],
"title": "DefectTypeV1 - DefectTypeReferenceV1",
"type": "object"
},
"LocationReferenceV1_2436": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
}
},
"required": [
"id"
],
"title": "LocationV1 - LocationReferenceV1",
"type": "object"
},
"OrientationReferenceV1_2427": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"enum": [
"firstChoice",
"secondChoice",
"directSupplierReturn",
"supplierReturn",
"destruction"
],
"type": "string"
}
},
"required": [
"code"
],
"title": "OrientationV1 - OrientationReferenceV1",
"type": "object"
},
"UpdatedDefectV1_2451": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"comment": {
"anyOf": [
{
"maxLength": 500,
"type": "string"
},
{
"type": "null"
}
]
},
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"location": {
"$ref": "#/definitions/LocationReferenceV1_2436",
"type": "object"
},
"picture_camera_URL": {
"items": {
"format": "uri",
"type": "string"
},
"maxItems": 10,
"type": "array"
},
"picture_part_URL": {
"format": "uri",
"type": "string"
},
"picture_without_drawing_URL": {
"items": {
"format": "uri",
"type": "string"
},
"type": "array"
},
"selected_defect_type": {
"$ref": "#/definitions/DefectTypeReferenceV1_2423",
"type": "object"
},
"selected_zone": {
"$ref": "#/definitions/ZoneReferenceV1_2438",
"type": "object"
}
},
"required": [
"comment",
"id",
"location",
"picture_camera_URL",
"picture_part_URL",
"picture_without_drawing_URL",
"selected_defect_type",
"selected_zone"
],
"title": "DefectV1 - UpdatedDefectV1",
"type": "object"
},
"ZoneReferenceV1_2438": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
}
},
"required": [
"id"
],
"title": "ZoneV1 - ZoneReferenceV1",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"batch_number": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"comment": {
"anyOf": [
{
"maxLength": 500,
"type": "string"
},
{
"type": "null"
}
]
},
"craftsman_code": {
"anyOf": [
{
"maxLength": 2,
"minLength": 2,
"type": "string"
},
{
"type": "null"
}
]
},
"defect": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/UpdatedDefectV1_2451",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"delivery_number": {
"anyOf": [
{
"maxLength": 11,
"minLength": 11,
"type": "string"
},
{
"type": "null"
}
]
},
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"orientation": {
"anyOf": [
{
"$ref": "#/definitions/OrientationReferenceV1_2427",
"type": "object"
},
{
"type": "null"
}
]
}
},
"required": [
"batch_number",
"comment",
"craftsman_code",
"defect",
"delivery_number",
"id",
"orientation"
],
"title": "ReportV1 - UpdatedReportV1",
"type": "object"
}
{
"batch_number": "qui ut minim reprehenderit culpa",
"comment": null,
"craftsman_code": "pr",
"defect": null,
"delivery_number": "aliquip occ",
"id": "65f2aba7-2b88-110e-88ab-865017304557",
"orientation": null
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {
"DefaultDefectSubsidiary_3564": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {},
"title": "DefectSubsidiary - DefaultDefectSubsidiary",
"type": "object"
},
"DefaultOrientation_1554": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"description": "orientation code ",
"enum": [
"firstChoice",
"secondChoice",
"directSupplierReturn",
"supplierReturn",
"destruction"
],
"type": "string"
},
"name": {
"description": "Complete name of the orientation in English",
"type": "string"
}
},
"required": [
"code",
"name"
],
"title": "Orientation - DefaultOrientation",
"type": "object"
},
"DefaultRole_2585": {
"additionalProperties": false,
"properties": {
"code": {
"enum": [
"ANIMATEUR_QUALITE",
"ENCADRANT_DERET",
"CONTROLEUR_DERET",
"CONTROLEUR_BOBIGNY",
"METIER_DERET",
"METIER_BOBIGNY",
"LECTEUR_H",
"FOURNISSEUR",
"DISABLED"
],
"type": "string"
},
"name": {
"description": "English name of the role",
"type": "string"
}
},
"required": [
"code",
"name"
],
"title": "Role - DefaultRole",
"type": "object"
},
"DefaultStatus_1811": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"enum": [
"waitingForReview",
"ongoingReview",
"reviewed"
],
"type": "string"
},
"name": {
"description": "name of the status",
"type": "string"
}
},
"required": [
"code",
"name"
],
"title": "Status - DefaultStatus",
"type": "object"
},
"DefaultSubsidiary_1557": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"is_bobigny": {
"description": "If set to true, subsidiary is checked at Bobigny, otherwise at Deret's premises in Saran",
"type": "boolean"
},
"name": {
"type": "string"
},
"one_letter_code": {
"description": "1-letter code used in order to label the reports",
"maxLength": 1,
"minLength": 1,
"type": "string"
}
},
"required": [
"id",
"is_bobigny",
"name",
"one_letter_code"
],
"title": "Subsidiary - DefaultSubsidiary",
"type": "object"
},
"DefaultSupplier_1558": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"id",
"name"
],
"title": "Supplier - DefaultSupplier",
"type": "object"
},
"DefaultUser_1555": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"atlas_id": {
"description": "Contains the ADFS identifier used by the employee when signing in through Amazon Cognito",
"type": "string"
},
"email": {
"anyOf": [
{
"format": "email",
"type": "string"
},
{
"type": "null"
}
]
},
"firstname": {
"type": "string"
},
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"lastname": {
"type": "string"
},
"profile_picture_URL": {
"anyOf": [
{
"description": "URL where the user's profile picture can be fetched",
"format": "uri",
"type": "string"
},
{
"type": "null"
}
]
},
"role": {
"$ref": "#/definitions/DefaultRole_2585",
"type": "object"
},
"site": {
"anyOf": [
{
"description": "Describes where the user works. Is null if the user has a role of Fournisseur",
"enum": [
"bobigny",
"deret"
],
"type": "string"
},
{
"type": "null"
}
]
},
"subsidiaries": {
"items": {
"$ref": "#/definitions/DefaultSubsidiary_1557",
"type": "object"
},
"type": "array"
},
"supplier": {
"anyOf": [
{
"$ref": "#/definitions/DefaultSupplier_1558",
"type": "object"
},
{
"type": "null"
}
]
}
},
"required": [
"atlas_id",
"email",
"firstname",
"id",
"lastname",
"profile_picture_URL",
"role",
"site",
"subsidiaries",
"supplier"
],
"title": "User - DefaultUser",
"type": "object"
},
"DefectCategoryTypeSubsidiary_3568": {
"additionalProperties": false,
"properties": {
"defect_type": {
"items": {
"$ref": "#/definitions/DefectTypeWithSubsidiary_3565",
"type": "object"
},
"type": "array"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
}
},
"title": "DefectCategoryV1 - DefectCategoryTypeSubsidiary",
"type": "object"
},
"DefectTypeWithSubsidiary_3565": {
"additionalProperties": false,
"properties": {
"code": {
"maxLength": 2,
"minLength": 2,
"type": "string"
},
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"name": {
"description": "Name of the defect type",
"type": "string"
},
"subsidiary": {
"items": {
"$ref": "#/definitions/DefaultDefectSubsidiary_3564",
"type": "object"
},
"type": "array"
}
},
"title": "DefectType - DefectTypeWithSubsidiary",
"type": "object"
}
},
"properties": {
"defect_category": {
"items": {
"$ref": "#/definitions/DefectCategoryTypeSubsidiary_3568",
"type": "object"
},
"type": "array"
},
"orientation": {
"items": {
"$ref": "#/definitions/DefaultOrientation_1554",
"type": "object"
},
"type": "array"
},
"reporter": {
"items": {
"$ref": "#/definitions/DefaultUser_1555",
"type": "object"
},
"type": "array"
},
"status": {
"items": {
"$ref": "#/definitions/DefaultStatus_1811",
"type": "object"
},
"type": "array"
},
"subsidiary": {
"items": {
"$ref": "#/definitions/DefaultSubsidiary_1557",
"type": "object"
},
"type": "array"
},
"supplier": {
"items": {
"$ref": "#/definitions/DefaultSupplier_1558",
"type": "object"
},
"type": "array"
},
"user": {
"$ref": "#/definitions/DefaultUser_1555",
"type": "object"
},
"version": {
"description": "Current version of the application",
"type": "string"
}
},
"title": "Config - DefaultConfigV2",
"type": "object"
}
{}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {
"DefaultDefectSubsidiary_3564": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {},
"title": "DefectSubsidiary - DefaultDefectSubsidiary",
"type": "object"
},
"DefaultOrientation_1554": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"description": "orientation code ",
"enum": [
"firstChoice",
"secondChoice",
"directSupplierReturn",
"supplierReturn",
"destruction"
],
"type": "string"
},
"name": {
"description": "Complete name of the orientation in English",
"type": "string"
}
},
"required": [
"code",
"name"
],
"title": "Orientation - DefaultOrientation",
"type": "object"
},
"DefaultRole_2585": {
"additionalProperties": false,
"properties": {
"code": {
"enum": [
"ANIMATEUR_QUALITE",
"ENCADRANT_DERET",
"CONTROLEUR_DERET",
"CONTROLEUR_BOBIGNY",
"METIER_DERET",
"METIER_BOBIGNY",
"LECTEUR_H",
"FOURNISSEUR",
"DISABLED"
],
"type": "string"
},
"name": {
"description": "English name of the role",
"type": "string"
}
},
"required": [
"code",
"name"
],
"title": "Role - DefaultRole",
"type": "object"
},
"DefaultStatus_1811": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"enum": [
"waitingForReview",
"ongoingReview",
"reviewed"
],
"type": "string"
},
"name": {
"description": "name of the status",
"type": "string"
}
},
"required": [
"code",
"name"
],
"title": "Status - DefaultStatus",
"type": "object"
},
"DefaultSubsidiary_1557": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"is_bobigny": {
"description": "If set to true, subsidiary is checked at Bobigny, otherwise at Deret's premises in Saran",
"type": "boolean"
},
"name": {
"type": "string"
},
"one_letter_code": {
"description": "1-letter code used in order to label the reports",
"maxLength": 1,
"minLength": 1,
"type": "string"
}
},
"required": [
"id",
"is_bobigny",
"name",
"one_letter_code"
],
"title": "Subsidiary - DefaultSubsidiary",
"type": "object"
},
"DefaultSupplier_1558": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"id",
"name"
],
"title": "Supplier - DefaultSupplier",
"type": "object"
},
"DefaultUser_1555": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"atlas_id": {
"description": "Contains the ADFS identifier used by the employee when signing in through Amazon Cognito",
"type": "string"
},
"email": {
"anyOf": [
{
"format": "email",
"type": "string"
},
{
"type": "null"
}
]
},
"firstname": {
"type": "string"
},
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"lastname": {
"type": "string"
},
"profile_picture_URL": {
"anyOf": [
{
"description": "URL where the user's profile picture can be fetched",
"format": "uri",
"type": "string"
},
{
"type": "null"
}
]
},
"role": {
"$ref": "#/definitions/DefaultRole_2585",
"type": "object"
},
"site": {
"anyOf": [
{
"description": "Describes where the user works. Is null if the user has a role of Fournisseur",
"enum": [
"bobigny",
"deret"
],
"type": "string"
},
{
"type": "null"
}
]
},
"subsidiaries": {
"items": {
"$ref": "#/definitions/DefaultSubsidiary_1557",
"type": "object"
},
"type": "array"
},
"supplier": {
"anyOf": [
{
"$ref": "#/definitions/DefaultSupplier_1558",
"type": "object"
},
{
"type": "null"
}
]
}
},
"required": [
"atlas_id",
"email",
"firstname",
"id",
"lastname",
"profile_picture_URL",
"role",
"site",
"subsidiaries",
"supplier"
],
"title": "User - DefaultUser",
"type": "object"
},
"DefectCategoryTypeSubsidiary_3568": {
"additionalProperties": false,
"properties": {
"defect_type": {
"items": {
"$ref": "#/definitions/DefectTypeWithSubsidiary_3565",
"type": "object"
},
"type": "array"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
}
},
"title": "DefectCategoryV1 - DefectCategoryTypeSubsidiary",
"type": "object"
},
"DefectTypeWithSubsidiary_3565": {
"additionalProperties": false,
"properties": {
"code": {
"maxLength": 2,
"minLength": 2,
"type": "string"
},
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"name": {
"description": "Name of the defect type",
"type": "string"
},
"subsidiary": {
"items": {
"$ref": "#/definitions/DefaultDefectSubsidiary_3564",
"type": "object"
},
"type": "array"
}
},
"title": "DefectType - DefectTypeWithSubsidiary",
"type": "object"
}
},
"properties": {
"defect_category": {
"items": {
"$ref": "#/definitions/DefectCategoryTypeSubsidiary_3568",
"type": "object"
},
"type": "array"
},
"orientation": {
"items": {
"$ref": "#/definitions/DefaultOrientation_1554",
"type": "object"
},
"type": "array"
},
"reporter": {
"items": {
"$ref": "#/definitions/DefaultUser_1555",
"type": "object"
},
"type": "array"
},
"status": {
"items": {
"$ref": "#/definitions/DefaultStatus_1811",
"type": "object"
},
"type": "array"
},
"subsidiary": {
"items": {
"$ref": "#/definitions/DefaultSubsidiary_1557",
"type": "object"
},
"type": "array"
},
"supplier": {
"items": {
"$ref": "#/definitions/DefaultSupplier_1558",
"type": "object"
},
"type": "array"
},
"user": {
"$ref": "#/definitions/DefaultUser_1555",
"type": "object"
},
"version": {
"description": "Current version of the application",
"type": "string"
}
},
"title": "Config - DefaultConfigV2",
"type": "object"
}
{}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {
"DefaultSubsidiary_1557": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"is_bobigny": {
"description": "If set to true, subsidiary is checked at Bobigny, otherwise at Deret's premises in Saran",
"type": "boolean"
},
"name": {
"type": "string"
},
"one_letter_code": {
"description": "1-letter code used in order to label the reports",
"maxLength": 1,
"minLength": 1,
"type": "string"
}
},
"required": [
"id",
"is_bobigny",
"name",
"one_letter_code"
],
"title": "Subsidiary - DefaultSubsidiary",
"type": "object"
},
"DefaultSupplier_1558": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"id",
"name"
],
"title": "Supplier - DefaultSupplier",
"type": "object"
},
"ProductWithSubsidiaryWarehouse_1709": {
"additionalProperties": false,
"properties": {
"SKU": {
"type": "string"
},
"batch_number": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"delivery_number": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"item_designation": {
"type": "string"
},
"picture_url": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "null"
}
]
},
"season": {
"anyOf": [
{
"maxLength": 4,
"minLength": 4,
"type": "string"
},
{
"type": "null"
}
]
},
"subsidiary": {
"$ref": "#/definitions/DefaultSubsidiary_1557",
"type": "object"
},
"supplier": {
"$ref": "#/definitions/DefaultSupplier_1558",
"type": "object"
}
},
"required": [
"SKU",
"batch_number",
"delivery_number",
"id",
"item_designation",
"picture_url",
"season",
"subsidiary",
"supplier"
],
"title": "Product - ProductWithSubsidiaryWarehouse",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"batch_number": {
"anyOf": [
{
"description": "DEPRECATED",
"type": "string"
},
{
"type": "null"
}
]
},
"delivery_number": {
"anyOf": [
{
"description": "DEPRECATED",
"type": "string"
},
{
"type": "null"
}
]
},
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"index_type": {
"enum": [
"batch_number",
"delivery_number",
"sku"
],
"type": "string"
},
"product": {
"items": {
"$ref": "#/definitions/ProductWithSubsidiaryWarehouse_1709",
"type": "object"
},
"type": "array"
}
},
"required": [
"batch_number",
"delivery_number",
"id",
"index_type",
"product"
],
"title": "WMSIndex - DefaultWMSIndex",
"type": "object"
}
{
"batch_number": "dolor",
"delivery_number": "laboris voluptate Ut reprehend",
"id": "787c5360-2ab0-4e45-b778-68c577f4ba61",
"index_type": "sku",
"product": [
{
"SKU": "dolore sint",
"batch_number": null,
"delivery_number": null,
"id": "d44057f8-1e32-52e0-80f8-a0eeed2b79a4",
"item_designation": "cillum in et laborum labore",
"picture_url": "http://cXueWvhmPTrATFXgQDcrhh.asydkSeb,.CFhxchC0GpSgxzLSr3yBQZlRhsfw9",
"season": null,
"subsidiary": {
"id": "7f1067be-ba11-461e-8d3c-ab628425f1bf",
"is_bobigny": true,
"name": "reprehenderit eiusmod",
"one_letter_code": "D"
},
"supplier": {
"id": "9f377f0a-ffa8-1183-a1a4-faa3b73e3c8d",
"name": "dolor laborum voluptate ex"
}
},
{
"SKU": "fugiat irure officia amet eiusmod",
"batch_number": "Ut ullamco",
"delivery_number": "a",
"id": "b293df7a-e313-5279-99be-99bce1df1283",
"item_designation": "non ut",
"picture_url": "http://SpqSmmpuvVxCsWegbbETTF.vqfyTqxdiqF3ptsNtmWioz.h",
"season": "in a",
"subsidiary": {
"id": "ba3fba0e-71c0-42c0-a8f6-20827cba64de",
"is_bobigny": false,
"name": "ullamco consectetur velit",
"one_letter_code": "f"
},
"supplier": {
"id": "d08db872-bc38-29ae-b735-b9348ec774bc",
"name": "nisi non ipsum nulla mollit"
}
}
]
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {
"DefaultSubsidiary_1557": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"is_bobigny": {
"description": "If set to true, subsidiary is checked at Bobigny, otherwise at Deret's premises in Saran",
"type": "boolean"
},
"name": {
"type": "string"
},
"one_letter_code": {
"description": "1-letter code used in order to label the reports",
"maxLength": 1,
"minLength": 1,
"type": "string"
}
},
"required": [
"id",
"is_bobigny",
"name",
"one_letter_code"
],
"title": "Subsidiary - DefaultSubsidiary",
"type": "object"
},
"DefaultSupplier_1558": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"id",
"name"
],
"title": "Supplier - DefaultSupplier",
"type": "object"
},
"ProductWithSubsidiaryWarehouse_1709": {
"additionalProperties": false,
"properties": {
"SKU": {
"type": "string"
},
"batch_number": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"delivery_number": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"item_designation": {
"type": "string"
},
"picture_url": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "null"
}
]
},
"season": {
"anyOf": [
{
"maxLength": 4,
"minLength": 4,
"type": "string"
},
{
"type": "null"
}
]
},
"subsidiary": {
"$ref": "#/definitions/DefaultSubsidiary_1557",
"type": "object"
},
"supplier": {
"$ref": "#/definitions/DefaultSupplier_1558",
"type": "object"
}
},
"required": [
"SKU",
"batch_number",
"delivery_number",
"id",
"item_designation",
"picture_url",
"season",
"subsidiary",
"supplier"
],
"title": "Product - ProductWithSubsidiaryWarehouse",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"batch_number": {
"anyOf": [
{
"description": "DEPRECATED",
"type": "string"
},
{
"type": "null"
}
]
},
"delivery_number": {
"anyOf": [
{
"description": "DEPRECATED",
"type": "string"
},
{
"type": "null"
}
]
},
"id": {
"pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}",
"type": "string"
},
"index_type": {
"enum": [
"batch_number",
"delivery_number",
"sku"
],
"type": "string"
},
"product": {
"items": {
"$ref": "#/definitions/ProductWithSubsidiaryWarehouse_1709",
"type": "object"
},
"type": "array"
}
},
"required": [
"batch_number",
"delivery_number",
"id",
"index_type",
"product"
],
"title": "WMSIndex - DefaultWMSIndex",
"type": "object"
}
{
"batch_number": null,
"delivery_number": "ipsum aliqua",
"id": "30f89b14-d938-2567-968a-366892b73cd8",
"index_type": "sku",
"product": [
{
"SKU": "dolore",
"batch_number": "sit mollit officia nulla",
"delivery_number": null,
"id": "c44e2186-511e-34fd-97bd-ade7d2f761ce",
"item_designation": "ipsum enim commodo",
"picture_url": "http://tPzVQpjUrVWBypScf.nayMAVUx8",
"season": null,
"subsidiary": {
"id": "8268df12-49c2-100a-bbf5-6c9a991cc89d",
"is_bobigny": false,
"name": "dolore dolor",
"one_letter_code": "i"
},
"supplier": {
"id": "ca8e8ffc-2096-1707-a3ba-3bc0f5cc824c",
"name": "ad id do"
}
},
{
"SKU": "Ut magna",
"batch_number": "aliqua est aute id",
"delivery_number": "incididunt",
"id": "8a28f7e0-2791-4553-8995-62d89363dc88",
"item_designation": "officia",
"picture_url": "https://eValYSJFRCwLHaKl.gscxxgu,4XXJ.yC.ycn1shiCriC87HL2V5EqViGscu.H3yFdfaLQp0ufUgmlBTU5cHRCCzuPvW6r",
"season": null,
"subsidiary": {
"id": "ce18410e-b793-4a78-9824-7b6fda154816",
"is_bobigny": false,
"name": "ea commodo",
"one_letter_code": "i"
},
"supplier": {
"id": "966f4bb6-77e3-4bfc-a471-3ab0cef8a56c",
"name": "reprehenderit irure anim Ut"
}
},
{
"SKU": "esse",
"batch_number": "sit minim deserunt aute",
"delivery_number": null,
"id": "563d6e8f-7c2c-21df-8f47-0f85e10a6aa8",
"item_designation": "in aliqua ut ipsum reprehenderit",
"picture_url": "https://ytaeAtySlfJmHCu.udwIg8PyZavHkp4Y81RKqM3AKN8MLIlw43JUK6X1solw1bHeo+CNCpW",
"season": "dese",
"subsidiary": {
"id": "f1b4dc6b-f985-4779-a7e0-aefe73b17e11",
"is_bobigny": false,
"name": "irure ea qui voluptate veniam",
"one_letter_code": "e"
},
"supplier": {
"id": "df6008ae-a458-5ba7-8ea3-9eb2eacf8b13",
"name": "sit esse"
}
},
{
"SKU": "quis anim laborum",
"batch_number": "occaecat",
"delivery_number": "elit cupidatat",
"id": "41e19a31-da4c-42d7-8ed9-a55e6979c3d6",
"item_designation": "in",
"picture_url": "http://USQpCJIhFjULtfeyOewJzhmdNcve.jywzmFH8tmBM.zq4f",
"season": null,
"subsidiary": {
"id": "3b89aaaa-5444-2f47-9808-0e75f2b4294b",
"is_bobigny": false,
"name": "ex officia sed",
"one_letter_code": "v"
},
"supplier": {
"id": "39d33797-fc19-20de-8c71-278bcdfcefed",
"name": "adipisicing"
}
}
]
}