Property must have an integer value

Issue ID: validation-property-integer

Description

The property in question requires a value of the type integer, but the value you have defined does not match this.

For more details, see the OpenAPI Specification and JSON Schema Validation.

Remediation

Make sure that you have defined values that match the type that the properties require.