'Const' is not consistent with the schema
Issue ID: v3_1-warning-schema-const-property-improper
Description
The keyword const (short of constant) you have defined is not consistent with constraints of the associated schema.
For more details, see the JSON Schema Validation.
Remediation
Make sure that the const keywords you define match the constraints of the associated schemas.