Validations history

Validation #667

Success

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

JSON Schema

{
  "additionalProperties": false,
  "properties": {
    "email": {
      "type": "string"
    },
    "language": {
      "description": "Language of the user to be stored in the database and sent to sendgrid.\r\nDefault value: 'fr'",
      "enum": [
        "fr",
        "en"
      ],
      "type": "string"
    },
    "password": {
      "description": "Only one constraint: length.",
      "maxLength": 128,
      "minLength": 6,
      "type": "string"
    }
  },
  "required": [
    "email",
    "password"
  ],
  "title": "User - SigningUser",
  "type": "object"
}

JSON instance

{
  "email": "id cillum dolor",
  "language": "fr",
  "password": "deserunt sed non"
}

Validation #666

Success

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

JSON Schema

{
  "additionalProperties": false,
  "properties": {
    "email": {
      "type": "string"
    },
    "language": {
      "description": "Language of the user to be stored in the database and sent to sendgrid.\r\nDefault value: 'fr'",
      "enum": [
        "fr",
        "en"
      ],
      "type": "string"
    },
    "password": {
      "description": "Only one constraint: length.",
      "maxLength": 128,
      "minLength": 6,
      "type": "string"
    }
  },
  "required": [
    "email",
    "password"
  ],
  "title": "User - SigningUser",
  "type": "object"
}

JSON instance

{
  "email": "id cillum dolor",
  "password": "deserunt sed non"
}

Validation #665

Failure

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

  • The property '#/language' value "fr" did not match one of the following values: 'fr', 'en' in schema fe8b5d6c-9ff2-53e0-9f72-27ba8192b0ae

JSON Schema

{
  "additionalProperties": false,
  "properties": {
    "email": {
      "type": "string"
    },
    "language": {
      "description": "Language of the user to be stored in the database and sent to sendgrid.\r\nDefault value: 'fr'",
      "enum": [
        "'fr'",
        "'en'"
      ],
      "type": "string"
    },
    "password": {
      "description": "Only one constraint: length.",
      "maxLength": 128,
      "minLength": 6,
      "type": "string"
    }
  },
  "required": [
    "email",
    "password"
  ],
  "title": "User - SigningUser",
  "type": "object"
}

JSON instance

{
  "email": "in",
  "language": "fr",
  "password": "magna sunt adipisicing elit"
}

Validation #664

Failure

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

  • The property '#/language' value "fr" did not match one of the following values: 'fr', 'en' in schema fe8b5d6c-9ff2-53e0-9f72-27ba8192b0ae

JSON Schema

{
  "additionalProperties": false,
  "properties": {
    "email": {
      "type": "string"
    },
    "language": {
      "description": "Language of the user to be stored in the database and sent to sendgrid.\r\nDefault value: 'fr'",
      "enum": [
        "'fr'",
        "'en'"
      ],
      "type": "string"
    },
    "password": {
      "description": "Only one constraint: length.",
      "maxLength": 128,
      "minLength": 6,
      "type": "string"
    }
  },
  "required": [
    "email",
    "password"
  ],
  "title": "User - SigningUser",
  "type": "object"
}

JSON instance

{
  "email": "in",
  "language": "fr",
  "password": "magna sunt adipisicing elit"
}

Validation #663

Failure

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

  • The property '#/language' value "fr" did not match one of the following values: 'fr', 'en' in schema fe8b5d6c-9ff2-53e0-9f72-27ba8192b0ae

JSON Schema

{
  "additionalProperties": false,
  "properties": {
    "email": {
      "type": "string"
    },
    "language": {
      "description": "Language of the user to be stored in the database and sent to sendgrid.\r\nDefault value: 'fr'",
      "enum": [
        "'fr'",
        "'en'"
      ],
      "type": "string"
    },
    "password": {
      "description": "Only one constraint: length.",
      "maxLength": 128,
      "minLength": 6,
      "type": "string"
    }
  },
  "required": [
    "email",
    "password"
  ],
  "title": "User - SigningUser",
  "type": "object"
}

JSON instance

{
  "email": "in",
  "language": "fr",
  "password": "magna sunt adipisicing elit"
}

Validation #662

Failure

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

  • The property '#/language' value "fr" did not match one of the following values: 'fr', 'en' in schema fe8b5d6c-9ff2-53e0-9f72-27ba8192b0ae

JSON Schema

{
  "additionalProperties": false,
  "properties": {
    "email": {
      "type": "string"
    },
    "language": {
      "description": "Language of the user to be stored in the database and sent to sendgrid.\r\nDefault value: 'fr'",
      "enum": [
        "'fr'",
        "'en'"
      ],
      "type": "string"
    },
    "password": {
      "description": "Only one constraint: length.",
      "maxLength": 128,
      "minLength": 6,
      "type": "string"
    }
  },
  "required": [
    "email",
    "password"
  ],
  "title": "User - SigningUser",
  "type": "object"
}

JSON instance

{
  "email": "in",
  "language": "fr",
  "password": "magna sunt adipisicing elit"
}

Validation #661

Failure

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

  • The property '#/language' value "fr" did not match one of the following values: 'fr', 'en' in schema fe8b5d6c-9ff2-53e0-9f72-27ba8192b0ae

JSON Schema

{
  "additionalProperties": false,
  "properties": {
    "email": {
      "type": "string"
    },
    "language": {
      "description": "Language of the user to be stored in the database and sent to sendgrid.\r\nDefault value: 'fr'",
      "enum": [
        "'fr'",
        "'en'"
      ],
      "type": "string"
    },
    "password": {
      "description": "Only one constraint: length.",
      "maxLength": 128,
      "minLength": 6,
      "type": "string"
    }
  },
  "required": [
    "email",
    "password"
  ],
  "title": "User - SigningUser",
  "type": "object"
}

JSON instance

{
  "email": "in",
  "language": "fr",
  "password": "magna sunt adipisicing elit"
}

Validation #660

Failure

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

  • The property '#/language' value "fr" did not match one of the following values: 'fr', 'en' in schema fe8b5d6c-9ff2-53e0-9f72-27ba8192b0ae

JSON Schema

{
  "additionalProperties": false,
  "properties": {
    "email": {
      "type": "string"
    },
    "language": {
      "description": "Language of the user to be stored in the database and sent to sendgrid.\r\nDefault value: 'fr'",
      "enum": [
        "'fr'",
        "'en'"
      ],
      "type": "string"
    },
    "password": {
      "description": "Only one constraint: length.",
      "maxLength": 128,
      "minLength": 6,
      "type": "string"
    }
  },
  "required": [
    "email",
    "password"
  ],
  "title": "User - SigningUser",
  "type": "object"
}

JSON instance

{
  "email": "in",
  "language": "fr",
  "password": "magna sunt adipisicing elit"
}

Validation #659

Failure

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

  • The property '#/language' value "fr" did not match one of the following values: 'fr', 'en' in schema fe8b5d6c-9ff2-53e0-9f72-27ba8192b0ae

JSON Schema

{
  "additionalProperties": false,
  "properties": {
    "email": {
      "type": "string"
    },
    "language": {
      "description": "Language of the user to be stored in the database and sent to sendgrid.\r\nDefault value: 'fr'",
      "enum": [
        "'fr'",
        "'en'"
      ],
      "type": "string"
    },
    "password": {
      "description": "Only one constraint: length.",
      "maxLength": 128,
      "minLength": 6,
      "type": "string"
    }
  },
  "required": [
    "email",
    "password"
  ],
  "title": "User - SigningUser",
  "type": "object"
}

JSON instance

{
  "email": "in",
  "language": "fr",
  "password": "magna sunt adipisicing elit"
}

Validation #658

Failure

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

  • The property '#/language' value "fr" did not match one of the following values: 'fr', 'en' in schema fe8b5d6c-9ff2-53e0-9f72-27ba8192b0ae

JSON Schema

{
  "additionalProperties": false,
  "properties": {
    "email": {
      "type": "string"
    },
    "language": {
      "description": "Language of the user to be stored in the database and sent to sendgrid.\r\nDefault value: 'fr'",
      "enum": [
        "'fr'",
        "'en'"
      ],
      "type": "string"
    },
    "password": {
      "description": "Only one constraint: length.",
      "maxLength": 128,
      "minLength": 6,
      "type": "string"
    }
  },
  "required": [
    "email",
    "password"
  ],
  "title": "User - SigningUser",
  "type": "object"
}

JSON instance

{
  "email": "in",
  "language": "fr",
  "password": "magna sunt adipisicing elit"
}