{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/jsbeautifyrc-nested/latest.json",
  "title": "JSON schema for beautifyrc",
  "x-lintel": {
    "source": "https://www.schemastore.org/jsbeautifyrc-nested.json",
    "sourceSha256": "968f2a760f1f256692f93bc3a1472572bd7d91c1fcb0e44d98463577301ca600",
    "fileMatch": [
      ".jsbeautifyrc"
    ]
  },
  "type": "object",
  "id": "https://json.schemastore.org/jsbeautifyrc-nested",
  "allOf": [
    {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/jsbeautifyrc-nested/_shared/latest--jsbeautifyrc.json#/$defs/CHJProperties"
    },
    {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/jsbeautifyrc-nested/_shared/latest--jsbeautifyrc.json#/$defs/HJProperties"
    },
    {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/jsbeautifyrc-nested/_shared/latest--jsbeautifyrc.json#/$defs/CProperties"
    },
    {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/jsbeautifyrc-nested/_shared/latest--jsbeautifyrc.json#/$defs/HProperties"
    },
    {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/jsbeautifyrc-nested/_shared/latest--jsbeautifyrc.json#/$defs/JProperties"
    },
    {
      "properties": {
        "css": {
          "type": "object",
          "allOf": [
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/jsbeautifyrc-nested/_shared/latest--jsbeautifyrc.json#/$defs/CHJProperties"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/jsbeautifyrc-nested/_shared/latest--jsbeautifyrc.json#/$defs/CProperties"
            }
          ]
        },
        "js": {
          "type": "object",
          "allOf": [
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/jsbeautifyrc-nested/_shared/latest--jsbeautifyrc.json#/$defs/CHJProperties"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/jsbeautifyrc-nested/_shared/latest--jsbeautifyrc.json#/$defs/HJProperties"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/jsbeautifyrc-nested/_shared/latest--jsbeautifyrc.json#/$defs/JProperties"
            }
          ]
        },
        "html": {
          "type": "object",
          "allOf": [
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/jsbeautifyrc-nested/_shared/latest--jsbeautifyrc.json#/$defs/CHJProperties"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/jsbeautifyrc-nested/_shared/latest--jsbeautifyrc.json#/$defs/HJProperties"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/jsbeautifyrc-nested/_shared/latest--jsbeautifyrc.json#/$defs/HProperties"
            }
          ]
        }
      }
    }
  ]
}
