Description
Service:
type: object
properties:
Услуга:
type: string
Стоимость:
type: number
format: ₴
nullable: false
Обязательная:
type: boolean
nullable: false
Expected behavior
Properties of value type marked as nullable: false declared as non-nullable and has a non-nullable parameter in a constructor
Actual behavior
nullable: false is ignored
Related information
1.0.0-Beta1
Description
Expected behavior
Properties of value type marked as
nullable: falsedeclared as non-nullable and has a non-nullable parameter in a constructorActual behavior
nullable: falseis ignoredRelated information
1.0.0-Beta1