Mathias Colpaert
Mathias Colpaert
Same problem here. Have you found a workaround for this?
For future reference, You can define an array of (nullable) integers like this: ``` value: type: array items: oneOf: - type: string nullable: true - type: number ``` Its not...
Try replacing ``` "AngularHammer": "ryanmullins-angular-hammer#^2.1.10" ``` With ``` "AngularHammer": "ryanmullins-angular-hammer#~2.1.10" ```