Code Inspection: Validation by JSON Schema
Configure inspections: Settings | Editor | Inspections
Show intention actions: AltEnter
Reports inconsistencies between a YAML file and a JSON Schema if the schema is specified.
Scheme example:
{
"properties": {
"SomeNumberProperty": {
"type": "number"
}
}
}
The following is an example with the corresponding warning:
SomeNumberProperty: hello world
For more information, refer to Remote JSON schemas.
Place the caret at the highlighted line and press AltEnter or click
.
Click the arrow next to the inspection you want to suppress and select the necessary suppress action.