YAML ファイルと JSON スキーマ間の矛盾を報告します (スキーマが指定されている場合)。

スキーマの例:


  {
    "properties": {
      "SomeNumberProperty": {
        "type": "number"
      }
    }
  }

以下は、対応する警告を示した例です。


  SomeNumberProperty: hello world