Validations history

Validation #677

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": {
    "id": {
      "type": "string"
    },
    "status": {
      "enum": [
        "pending",
        "available",
        "accepted",
        "refused"
      ],
      "type": "string"
    }
  },
  "required": [
    "id",
    "status"
  ],
  "title": "Sawhorse - DefaultSawhorse",
  "type": "object"
}

JSON instance

{
  "id": "ex cillum consectetur tempor",
  "status": "refused"
}

Validation #676

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 #675

Failure

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

  • The property '#/language' value "r" did not match one of the following values: fr, en in schema e4afb20b-b3e5-5d1b-8751-1583c9e5dfbe

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": "r",
  "password": "deserunt sed non"
}

Validation #674

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 #673

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 #672

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 #671

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 #670

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 #669

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 #668

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"
}