The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"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"
}
{
"email": "id cillum dolor",
"language": "fr",
"password": "deserunt sed non"
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"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"
}
{
"email": "id cillum dolor",
"password": "deserunt sed non"
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"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"
}
{
"email": "in",
"language": "fr",
"password": "magna sunt adipisicing elit"
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"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"
}
{
"email": "in",
"language": "fr",
"password": "magna sunt adipisicing elit"
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"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"
}
{
"email": "in",
"language": "fr",
"password": "magna sunt adipisicing elit"
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"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"
}
{
"email": "in",
"language": "fr",
"password": "magna sunt adipisicing elit"
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"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"
}
{
"email": "in",
"language": "fr",
"password": "magna sunt adipisicing elit"
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"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"
}
{
"email": "in",
"language": "fr",
"password": "magna sunt adipisicing elit"
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"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"
}
{
"email": "in",
"language": "fr",
"password": "magna sunt adipisicing elit"
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"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"
}
{
"email": "in",
"language": "fr",
"password": "magna sunt adipisicing elit"
}