required property

List<String>? required
getter/setter pair

The value of this keyword MUST be an array. This array MUST have at least one element. Elements of this array MUST be strings, and MUST be unique.

An object instance is valid against this keyword if its property set contains all elements in this keyword's array value.

Implementation

List<String>? required;