Validations history

Validation #192

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "additionalProperties": false,
  "description": "Automatically generated",
  "properties": {
    "Available": {
      "type": "boolean"
    },
    "Day": {
      "type": "string"
    }
  },
  "required": [
    "Available",
    "Day"
  ],
  "title": "CandidateAvailabilities - DefaultCandidatesavailabilities",
  "type": "object"
}

JSON instance

{
  "Available": true,
  "Day": "2018-03-05T16:28:48.2367577+01:00"
}

Validation #191

Failure

The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:

  • The property '#/' contains additional properties ["CandidateAvailabilities"] outside of the schema when none are allowed in schema daff9502-ac64-5bd9-a0ef-077e0911d0c0
  • The property '#/' did not contain a required property of 'Available' in schema daff9502-ac64-5bd9-a0ef-077e0911d0c0
  • The property '#/' did not contain a required property of 'Day' in schema daff9502-ac64-5bd9-a0ef-077e0911d0c0

JSON Schema

{
  "additionalProperties": false,
  "description": "Automatically generated",
  "properties": {
    "Available": {
      "type": "boolean"
    },
    "Day": {
      "type": "string"
    }
  },
  "required": [
    "Available",
    "Day"
  ],
  "title": "CandidateAvailabilities - DefaultCandidatesavailabilities",
  "type": "object"
}

JSON instance

{
  "CandidateAvailabilities": {
    "Available": true,
    "Day": "2018-03-05T16:28:48.2367577+01:00"
  }
}

Validation #190

Failure

The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:

  • The property '#/' contains additional properties ["Availabilities"] outside of the schema when none are allowed in schema daff9502-ac64-5bd9-a0ef-077e0911d0c0
  • The property '#/' did not contain a required property of 'Available' in schema daff9502-ac64-5bd9-a0ef-077e0911d0c0
  • The property '#/' did not contain a required property of 'Day' in schema daff9502-ac64-5bd9-a0ef-077e0911d0c0

JSON Schema

{
  "additionalProperties": false,
  "description": "Automatically generated",
  "properties": {
    "Available": {
      "type": "boolean"
    },
    "Day": {
      "type": "string"
    }
  },
  "required": [
    "Available",
    "Day"
  ],
  "title": "CandidateAvailabilities - DefaultCandidatesavailabilities",
  "type": "object"
}

JSON instance

{
  "Availabilities": {
    "Available": true,
    "Day": "2018-03-05T16:28:48.2367577+01:00"
  }
}

Validation #189

Failure

The input JSON instance is not a valid JSON text (RFC 7159).

  • parse_error

JSON Schema

{
  "additionalProperties": false,
  "description": "Automatically generated",
  "properties": {
    "Available": {
      "type": "boolean"
    },
    "Day": {
      "type": "string"
    }
  },
  "required": [
    "Available",
    "Day"
  ],
  "title": "CandidateAvailabilities - DefaultCandidatesavailabilities",
  "type": "object"
}

JSON instance

{
  "Availabilities":
    {
      "Day": "2018-03-05T16:28:48.2367577+01:00",
      "Available": true
    }

Validation #188

Failure

The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:

  • The property '#/' contains additional properties ["Availabilities"] outside of the schema when none are allowed in schema daff9502-ac64-5bd9-a0ef-077e0911d0c0
  • The property '#/' did not contain a required property of 'Available' in schema daff9502-ac64-5bd9-a0ef-077e0911d0c0
  • The property '#/' did not contain a required property of 'Day' in schema daff9502-ac64-5bd9-a0ef-077e0911d0c0

JSON Schema

{
  "additionalProperties": false,
  "description": "Automatically generated",
  "properties": {
    "Available": {
      "type": "boolean"
    },
    "Day": {
      "type": "string"
    }
  },
  "required": [
    "Available",
    "Day"
  ],
  "title": "CandidateAvailabilities - DefaultCandidatesavailabilities",
  "type": "object"
}

JSON instance

{
  "Availabilities": [
    {
      "Available": true,
      "Day": "2018-03-05T16:28:48.2367577+01:00"
    },
    {
      "Available": true,
      "Day": "2018-03-06T16:28:48.2367577+01:00"
    },
    {
      "Available": true,
      "Day": "2018-03-09T16:28:48.2367577+01:00"
    }
  ]
}

Validation #187

Failure

The input JSON instance is not a valid JSON text (RFC 7159).

  • parse_error

JSON Schema

{
  "additionalProperties": false,
  "description": "Automatically generated",
  "properties": {
    "Available": {
      "type": "boolean"
    },
    "Day": {
      "type": "string"
    }
  },
  "required": [
    "Available",
    "Day"
  ],
  "title": "CandidateAvailabilities - DefaultCandidatesavailabilities",
  "type": "object"
}

JSON instance

{
  "Availabilities": [
    {
      "Day": "2018-03-05T16:28:48.2367577+01:00",
      "Available": true
    },
        {
      "Day": "2018-03-06T16:28:48.2367577+01:00",
      "Available": true
    },
    {
      "Day": "2018-03-09T16:28:48.2367577+01:00",
      "Available": true
    }
  ]
}
  "Available": false,
  "Day": "anim amet nisi"
}

Validation #186

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "additionalProperties": false,
  "description": "Automatically generated (please edit me)",
  "properties": {
    "Address1": {
      "type": "string"
    },
    "Address2": {
      "type": "string"
    },
    "Address3": {
      "type": "string"
    },
    "BrandCode": {
      "type": "string"
    },
    "BrandName": {
      "type": "string"
    },
    "City": {
      "type": "string"
    },
    "Email": {
      "type": "string"
    },
    "IsOpen": {
      "type": "boolean"
    },
    "Name": {
      "type": "string"
    },
    "Phone": {
      "type": "string"
    },
    "PostalCode": {
      "type": "string"
    }
  },
  "required": [
    "Address1",
    "Address2",
    "Address3",
    "BrandCode",
    "BrandName",
    "City",
    "Email",
    "IsOpen",
    "Name",
    "Phone",
    "PostalCode"
  ],
  "title": "Agencies - DefaultAgencies",
  "type": "object"
}

JSON instance

{
  "Address1": "",
  "Address2": "20 rue sainte croix de la bretonnerie",
  "Address3": "",
  "BrandCode": "VB",
  "BrandName": "Randstad",
  "City": "Paris",
  "Email": "salut.001hx@randstad.fr",
  "IsOpen": true,
  "Name": "Agence 2",
  "Phone": "0468166860",
  "PostalCode": "11000"
}

Validation #185

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "additionalProperties": false,
  "description": "Automatically generated (please edit me)",
  "properties": {
    "Address1": {
      "type": "string"
    },
    "Address2": {
      "type": "string"
    },
    "Address3": {
      "type": "string"
    },
    "BrandCode": {
      "type": "string"
    },
    "BrandName": {
      "type": "string"
    },
    "City": {
      "type": "string"
    },
    "Email": {
      "type": "string"
    },
    "IsOpen": {
      "type": "boolean"
    },
    "Name": {
      "type": "string"
    },
    "Phone": {
      "type": "string"
    },
    "PostalCode": {
      "type": "string"
    }
  },
  "required": [
    "Address1",
    "Address2",
    "Address3",
    "BrandCode",
    "BrandName",
    "City",
    "Email",
    "IsOpen",
    "Name",
    "Phone",
    "PostalCode"
  ],
  "title": "Agencies - DefaultAgencies",
  "type": "object"
}

JSON instance

{
  "Address1": "",
  "Address2": "9 AV BUNAU VARILLA",
  "Address3": "",
  "BrandCode": "VB",
  "BrandName": "Randstad",
  "City": "CARCASSONNE",
  "Email": "carcassonne.001hx@randstad.fr",
  "IsOpen": true,
  "Name": "Agence Multispécialiste de CARCASSONNE HX",
  "Phone": "0468115860",
  "PostalCode": "11000"
}

Validation #184

Failure

The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:

  • The property '#/' contains additional properties ["Name", "Phone", "Email", "Address1", "Address2", "Address3", "PostalCode", "City", "IsOpen", "BrandName", "BrandCode"] outside of the schema when none are allowed in schema bbcd5eb6-e78a-5e35-abba-890cebdd3d44

JSON Schema

{
  "additionalProperties": false,
  "description": "Automatically generated (please edit me)",
  "properties": {},
  "title": "Agencies - DefaultAgencies",
  "type": "object"
}

JSON instance

{
  "Address1": "",
  "Address2": "9 AV BUNAU VARILLA",
  "Address3": "",
  "BrandCode": "VB",
  "BrandName": "Randstad",
  "City": "CARCASSONNE",
  "Email": "carcassonne.001hx@randstad.fr",
  "IsOpen": true,
  "Name": "Agence Multispécialiste de CARCASSONNE HX",
  "Phone": "0468115860",
  "PostalCode": "11000"
}

Validation #183

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "additionalProperties": false,
  "description": "Automatically generated",
  "properties": {
    "Address": {
      "type": "string"
    },
    "ContractAccepted": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "Email": {
      "type": "string"
    },
    "FirstName": {
      "type": "string"
    },
    "Gender": {
      "type": "string"
    },
    "InseeCode": {
      "type": "string"
    },
    "Name": {
      "type": "string"
    },
    "Phone1": {
      "type": "string"
    },
    "Phone2": {
      "type": "string"
    },
    "QualificationId": {
      "type": "string"
    },
    "ZipCode": {
      "type": "string"
    }
  },
  "required": [
    "Address",
    "ContractAccepted",
    "Email",
    "FirstName",
    "Gender",
    "InseeCode",
    "Name",
    "Phone1",
    "Phone2",
    "QualificationId",
    "ZipCode"
  ],
  "title": "Candidates - DefaultCandidates",
  "type": "object"
}

JSON instance

{
  "Address": "4 rue des Ecouffes",
  "ContractAccepted": [
    "accepte"
  ],
  "Email": "mail@mail.fr",
  "FirstName": "Jean-Michel",
  "Gender": "2",
  "InseeCode": "10000",
  "Name": "DUPONT",
  "Phone1": "0601020304",
  "Phone2": "0605060708",
  "QualificationId": "N/A",
  "ZipCode": "75001"
}