Back to Intellij Community

YAMLSchemaValidation

plugins/yaml/backend/resources/inspectionDescriptions/YAMLSchemaValidation.html

2025.3-rc-2320 B
Original Source

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