Giter Club home page Giter Club logo

php-dresscode's Introduction

Hello world!

I am PHP developer from Kaliningrad (Russian Federation). Here I publish my pet projects.

Sometimes I publish articles on habr.com. The source code for these articles can be found here.

php-dresscode's People

Contributors

ddrv avatar

Watchers

 avatar  avatar

php-dresscode's Issues

Incorrect result

What steps will reproduce the problem?

Schema:

{
    "type": "object",
    "properties": {
        "email": {
            "type": "string",
            "format": "email",
            "nullable": false
        },
        "login": {
            "type": "string",
            "pattern": "^[a-z0-9\\.]{4,32}$",
            "nullable": false
        },
        "password": {
            "type": "string",
            "minLength": 6,
            "nullable": false
        },
        "created_at": {
            "type": "string",
            "format": "date-time",
            "readOnly": true,
            "nullable": false
        }
    },
    "required": [
        "email",
        "login",
        "password",
        "created_at"
    ],
    "additionalProperties": []
}

Data:

{
    "email": "ddrv@localhost",
    "login": "user",
    "password": "$up3r-5ecr3t",
    "other": 42
}

What is the expected result?

created_at is read only property. Result must be success.

What do you get instead?

: object has not required created_at property

Additional info

Q A
Library version 1.1.3
PHP version 7.4.12
Operating system Linux 4.19.0-10-amd64 x86_64

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.