Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

nullable false should put attribute in required section in model validation rules #153

Closed
SOHELAHMED7/yii2-openapi
#28
@SOHELAHMED7

Description

@SOHELAHMED7
        billing_factor:
          description: integer between 0 and 100, default value 100
          type: integer
          default: 100
          nullable: false
          x-faker: '$faker->numberBetween(0, 100)'

in model validation rules, it should be required

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions