{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/ui5-yaml/latest.json",
  "title": "ui5.yaml",
  "description": "Schema for UI5 CLI Configuration File (ui5.yaml)",
  "x-lintel": {
    "source": "https://ui5.github.io/cli/schema/ui5.yaml.json",
    "sourceSha256": "f0b1524128eb927fa1ef98b3d6d68b90dd63691d87c8605f11709b5c7032bb38",
    "fileMatch": [
      "ui5.yaml",
      "*-ui5.yaml",
      "*.ui5.yaml",
      "ui5-deploy.yaml",
      "ui5-dist.yaml",
      "ui5-local.yaml"
    ],
    "parsers": [
      "yaml"
    ]
  },
  "type": "object",
  "properties": {
    "specVersion": {
      "enum": [
        "4.0",
        "3.2",
        "3.1",
        "3.0",
        "2.6",
        "2.5",
        "2.4",
        "2.3",
        "2.2",
        "2.1",
        "2.0",
        "1.1",
        "1.0",
        "0.1"
      ],
      "errorMessage": "Unsupported \"specVersion\"\nYour UI5 CLI installation might be outdated.\nSupported specification versions: \"4.0\", \"3.2\", \"3.1\", \"3.0\", \"2.6\", \"2.5\", \"2.4\", \"2.3\", \"2.2\", \"2.1\", \"2.0\", \"1.1\", \"1.0\", \"0.1\"\nFor details, see: https://ui5.github.io/cli/pages/Configuration/#specification-versions"
    }
  },
  "if": {
    "type": "object",
    "properties": {
      "specVersion": {
        "enum": [
          "4.0",
          "3.2",
          "3.1",
          "3.0",
          "2.6",
          "2.5",
          "2.4",
          "2.3",
          "2.2",
          "2.1",
          "2.0"
        ]
      }
    }
  },
  "else": {
    "if": {
      "type": "object",
      "properties": {
        "specVersion": {
          "enum": [
            "1.1",
            "1.0",
            "0.1"
          ]
        }
      }
    },
    "then": {
      "additionalProperties": true
    }
  },
  "then": {
    "type": "object",
    "required": [
      "specVersion"
    ],
    "properties": {
      "specVersion": {
        "enum": [
          "4.0",
          "3.2",
          "3.1",
          "3.0",
          "2.6",
          "2.5",
          "2.4",
          "2.3",
          "2.2",
          "2.1",
          "2.0"
        ]
      },
      "kind": {
        "enum": [
          "project",
          "extension",
          null
        ]
      }
    },
    "if": {
      "properties": {
        "kind": {
          "enum": [
            "project",
            null
          ]
        }
      }
    },
    "then": {
      "type": "object",
      "required": [
        "specVersion",
        "type"
      ],
      "properties": {
        "specVersion": {
          "enum": [
            "4.0",
            "3.2",
            "3.1",
            "3.0",
            "2.6",
            "2.5",
            "2.4",
            "2.3",
            "2.2",
            "2.1",
            "2.0"
          ]
        },
        "kind": {
          "enum": [
            "project",
            null
          ]
        },
        "type": {
          "enum": [
            "application",
            "library",
            "theme-library",
            "module"
          ]
        }
      },
      "if": {
        "type": "object",
        "properties": {
          "type": {
            "const": null
          }
        }
      },
      "then": {},
      "else": {
        "if": {
          "type": "object",
          "properties": {
            "type": {
              "const": "application"
            }
          }
        },
        "then": {
          "type": "object",
          "required": [
            "specVersion",
            "type",
            "metadata"
          ],
          "if": {
            "type": "object",
            "properties": {
              "specVersion": {
                "enum": [
                  "4.0"
                ]
              }
            }
          },
          "then": {
            "type": "object",
            "properties": {
              "specVersion": {
                "enum": [
                  "4.0"
                ]
              },
              "kind": {
                "enum": [
                  "project",
                  null
                ]
              },
              "type": {
                "enum": [
                  "application"
                ]
              },
              "metadata": {
                "$ref": "#/then/then/$defs/metadata-3.0"
              },
              "framework": {
                "$ref": "#/then/then/$defs/framework"
              },
              "resources": {
                "$ref": "#/then/then/else/then/$defs/resources"
              },
              "builder": {
                "$ref": "#/then/then/else/then/$defs/builder-specVersion-4.0"
              },
              "server": {
                "$ref": "#/then/then/$defs/server"
              },
              "customConfiguration": {
                "type": "object",
                "additionalProperties": true
              }
            },
            "additionalProperties": false
          },
          "else": {
            "if": {
              "type": "object",
              "properties": {
                "specVersion": {
                  "enum": [
                    "3.2"
                  ]
                }
              }
            },
            "then": {
              "type": "object",
              "properties": {
                "specVersion": {
                  "enum": [
                    "3.2"
                  ]
                },
                "kind": {
                  "enum": [
                    "project",
                    null
                  ]
                },
                "type": {
                  "enum": [
                    "application"
                  ]
                },
                "metadata": {
                  "$ref": "#/then/then/$defs/metadata-3.0"
                },
                "framework": {
                  "$ref": "#/then/then/$defs/framework"
                },
                "resources": {
                  "$ref": "#/then/then/else/then/$defs/resources"
                },
                "builder": {
                  "$ref": "#/then/then/else/then/$defs/builder-specVersion-3.2"
                },
                "server": {
                  "$ref": "#/then/then/$defs/server"
                },
                "customConfiguration": {
                  "type": "object",
                  "additionalProperties": true
                }
              },
              "additionalProperties": false
            },
            "else": {
              "if": {
                "type": "object",
                "properties": {
                  "specVersion": {
                    "enum": [
                      "3.0",
                      "3.1"
                    ]
                  }
                }
              },
              "then": {
                "type": "object",
                "properties": {
                  "specVersion": {
                    "enum": [
                      "3.0",
                      "3.1"
                    ]
                  },
                  "kind": {
                    "enum": [
                      "project",
                      null
                    ]
                  },
                  "type": {
                    "enum": [
                      "application"
                    ]
                  },
                  "metadata": {
                    "$ref": "#/then/then/$defs/metadata-3.0"
                  },
                  "framework": {
                    "$ref": "#/then/then/$defs/framework"
                  },
                  "resources": {
                    "$ref": "#/then/then/else/then/$defs/resources"
                  },
                  "builder": {
                    "$ref": "#/then/then/else/then/$defs/builder-specVersion-3.0"
                  },
                  "server": {
                    "$ref": "#/then/then/$defs/server"
                  },
                  "customConfiguration": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "additionalProperties": false
              },
              "else": {
                "if": {
                  "type": "object",
                  "properties": {
                    "specVersion": {
                      "enum": [
                        "2.6"
                      ]
                    }
                  }
                },
                "then": {
                  "type": "object",
                  "properties": {
                    "specVersion": {
                      "enum": [
                        "2.6"
                      ]
                    },
                    "kind": {
                      "enum": [
                        "project",
                        null
                      ]
                    },
                    "type": {
                      "enum": [
                        "application"
                      ]
                    },
                    "metadata": {
                      "$ref": "#/then/then/$defs/metadata"
                    },
                    "framework": {
                      "$ref": "#/then/then/$defs/framework"
                    },
                    "resources": {
                      "$ref": "#/then/then/else/then/$defs/resources"
                    },
                    "builder": {
                      "$ref": "#/then/then/else/then/$defs/builder-specVersion-2.6"
                    },
                    "server": {
                      "$ref": "#/then/then/$defs/server"
                    },
                    "customConfiguration": {
                      "type": "object",
                      "additionalProperties": true
                    }
                  },
                  "additionalProperties": false
                },
                "else": {
                  "if": {
                    "type": "object",
                    "properties": {
                      "specVersion": {
                        "enum": [
                          "2.5"
                        ]
                      }
                    }
                  },
                  "then": {
                    "type": "object",
                    "properties": {
                      "specVersion": {
                        "enum": [
                          "2.5"
                        ]
                      },
                      "kind": {
                        "enum": [
                          "project",
                          null
                        ]
                      },
                      "type": {
                        "enum": [
                          "application"
                        ]
                      },
                      "metadata": {
                        "$ref": "#/then/then/$defs/metadata"
                      },
                      "framework": {
                        "$ref": "#/then/then/$defs/framework"
                      },
                      "resources": {
                        "$ref": "#/then/then/else/then/$defs/resources"
                      },
                      "builder": {
                        "$ref": "#/then/then/else/then/$defs/builder-specVersion-2.5"
                      },
                      "server": {
                        "$ref": "#/then/then/$defs/server"
                      },
                      "customConfiguration": {
                        "type": "object",
                        "additionalProperties": true
                      }
                    },
                    "additionalProperties": false
                  },
                  "else": {
                    "if": {
                      "type": "object",
                      "properties": {
                        "specVersion": {
                          "enum": [
                            "2.4"
                          ]
                        }
                      }
                    },
                    "then": {
                      "type": "object",
                      "properties": {
                        "specVersion": {
                          "enum": [
                            "2.4"
                          ]
                        },
                        "kind": {
                          "enum": [
                            "project",
                            null
                          ]
                        },
                        "type": {
                          "enum": [
                            "application"
                          ]
                        },
                        "metadata": {
                          "$ref": "#/then/then/$defs/metadata"
                        },
                        "framework": {
                          "$ref": "#/then/then/$defs/framework"
                        },
                        "resources": {
                          "$ref": "#/then/then/else/then/$defs/resources"
                        },
                        "builder": {
                          "$ref": "#/then/then/else/then/$defs/builder-specVersion-2.4"
                        },
                        "server": {
                          "$ref": "#/then/then/$defs/server"
                        },
                        "customConfiguration": {
                          "type": "object",
                          "additionalProperties": true
                        }
                      },
                      "additionalProperties": false
                    },
                    "else": {
                      "if": {
                        "type": "object",
                        "properties": {
                          "specVersion": {
                            "enum": [
                              "2.3"
                            ]
                          }
                        }
                      },
                      "then": {
                        "type": "object",
                        "properties": {
                          "specVersion": {
                            "enum": [
                              "2.3"
                            ]
                          },
                          "kind": {
                            "enum": [
                              "project",
                              null
                            ]
                          },
                          "type": {
                            "enum": [
                              "application"
                            ]
                          },
                          "metadata": {
                            "$ref": "#/then/then/$defs/metadata"
                          },
                          "framework": {
                            "$ref": "#/then/then/$defs/framework"
                          },
                          "resources": {
                            "$ref": "#/then/then/else/then/$defs/resources"
                          },
                          "builder": {
                            "$ref": "#/then/then/else/then/$defs/builder-specVersion-2.3"
                          },
                          "server": {
                            "$ref": "#/then/then/$defs/server"
                          },
                          "customConfiguration": {
                            "type": "object",
                            "additionalProperties": true
                          }
                        },
                        "additionalProperties": false
                      },
                      "else": {
                        "if": {
                          "type": "object",
                          "properties": {
                            "specVersion": {
                              "enum": [
                                "2.1",
                                "2.2"
                              ]
                            }
                          }
                        },
                        "then": {
                          "type": "object",
                          "properties": {
                            "specVersion": {
                              "enum": [
                                "2.1",
                                "2.2"
                              ]
                            },
                            "kind": {
                              "enum": [
                                "project",
                                null
                              ]
                            },
                            "type": {
                              "enum": [
                                "application"
                              ]
                            },
                            "metadata": {
                              "$ref": "#/then/then/$defs/metadata"
                            },
                            "framework": {
                              "$ref": "#/then/then/$defs/framework"
                            },
                            "resources": {
                              "$ref": "#/then/then/else/then/$defs/resources"
                            },
                            "builder": {
                              "$ref": "#/then/then/else/then/$defs/builder"
                            },
                            "server": {
                              "$ref": "#/then/then/$defs/server"
                            },
                            "customConfiguration": {
                              "type": "object",
                              "additionalProperties": true
                            }
                          },
                          "additionalProperties": false
                        },
                        "else": {
                          "properties": {
                            "specVersion": {
                              "enum": [
                                "2.0"
                              ]
                            },
                            "kind": {
                              "enum": [
                                "project",
                                null
                              ]
                            },
                            "type": {
                              "enum": [
                                "application"
                              ]
                            },
                            "metadata": {
                              "$ref": "#/then/then/$defs/metadata"
                            },
                            "framework": {
                              "$ref": "#/then/then/$defs/framework"
                            },
                            "resources": {
                              "$ref": "#/then/then/else/then/$defs/resources"
                            },
                            "builder": {
                              "$ref": "#/then/then/else/then/$defs/builder"
                            },
                            "server": {
                              "$ref": "#/then/then/$defs/server"
                            }
                          },
                          "additionalProperties": false,
                          "type": "object"
                        }
                      }
                    }
                  }
                }
              }
            }
          },
          "$defs": {
            "resources": {
              "type": "object",
              "properties": {
                "configuration": {
                  "type": "object",
                  "properties": {
                    "propertiesFileSourceEncoding": {
                      "$ref": "#/then/then/$defs/resources-configuration-propertiesFileSourceEncoding"
                    },
                    "paths": {
                      "type": "object",
                      "properties": {
                        "webapp": {
                          "type": "string"
                        }
                      },
                      "additionalProperties": false
                    }
                  },
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            },
            "builder": {
              "type": "object",
              "properties": {
                "resources": {
                  "$ref": "#/then/then/$defs/builder-resources"
                },
                "cachebuster": {
                  "type": "object",
                  "properties": {
                    "signatureType": {
                      "enum": [
                        "time",
                        "hash"
                      ]
                    }
                  },
                  "additionalProperties": false
                },
                "bundles": {
                  "$ref": "#/then/then/$defs/builder-bundles"
                },
                "componentPreload": {
                  "$ref": "#/then/then/$defs/builder-componentPreload"
                },
                "customTasks": {
                  "$ref": "#/then/then/$defs/customTasks"
                }
              },
              "additionalProperties": false
            },
            "builder-specVersion-2.3": {
              "type": "object",
              "properties": {
                "resources": {
                  "$ref": "#/then/then/$defs/builder-resources"
                },
                "cachebuster": {
                  "type": "object",
                  "properties": {
                    "signatureType": {
                      "enum": [
                        "time",
                        "hash"
                      ]
                    }
                  },
                  "additionalProperties": false
                },
                "bundles": {
                  "$ref": "#/then/then/$defs/builder-bundles"
                },
                "componentPreload": {
                  "$ref": "#/then/then/$defs/builder-componentPreload-specVersion-2.3"
                },
                "customTasks": {
                  "$ref": "#/then/then/$defs/customTasks"
                }
              },
              "additionalProperties": false
            },
            "builder-specVersion-2.4": {
              "type": "object",
              "properties": {
                "resources": {
                  "$ref": "#/then/then/$defs/builder-resources"
                },
                "cachebuster": {
                  "type": "object",
                  "properties": {
                    "signatureType": {
                      "enum": [
                        "time",
                        "hash"
                      ]
                    }
                  },
                  "additionalProperties": false
                },
                "bundles": {
                  "$ref": "#/then/then/$defs/builder-bundles-2.4"
                },
                "componentPreload": {
                  "$ref": "#/then/then/$defs/builder-componentPreload-specVersion-2.3"
                },
                "customTasks": {
                  "$ref": "#/then/then/$defs/customTasks"
                }
              },
              "additionalProperties": false
            },
            "builder-specVersion-2.5": {
              "type": "object",
              "properties": {
                "resources": {
                  "$ref": "#/then/then/$defs/builder-resources"
                },
                "cachebuster": {
                  "type": "object",
                  "properties": {
                    "signatureType": {
                      "enum": [
                        "time",
                        "hash"
                      ]
                    }
                  },
                  "additionalProperties": false
                },
                "bundles": {
                  "$ref": "#/then/then/$defs/builder-bundles-2.4"
                },
                "componentPreload": {
                  "$ref": "#/then/then/$defs/builder-componentPreload-specVersion-2.3"
                },
                "customTasks": {
                  "$ref": "#/then/then/$defs/customTasks"
                },
                "settings": {
                  "$ref": "#/then/then/$defs/builder-settings"
                }
              },
              "additionalProperties": false
            },
            "builder-specVersion-2.6": {
              "type": "object",
              "properties": {
                "resources": {
                  "$ref": "#/then/then/$defs/builder-resources"
                },
                "cachebuster": {
                  "type": "object",
                  "properties": {
                    "signatureType": {
                      "enum": [
                        "time",
                        "hash"
                      ]
                    }
                  },
                  "additionalProperties": false
                },
                "bundles": {
                  "$ref": "#/then/then/$defs/builder-bundles-2.4"
                },
                "componentPreload": {
                  "$ref": "#/then/then/$defs/builder-componentPreload-specVersion-2.3"
                },
                "customTasks": {
                  "$ref": "#/then/then/$defs/customTasks"
                },
                "minification": {
                  "$ref": "#/then/then/$defs/builder-minification"
                },
                "settings": {
                  "$ref": "#/then/then/$defs/builder-settings"
                }
              },
              "additionalProperties": false
            },
            "builder-specVersion-3.0": {
              "type": "object",
              "properties": {
                "resources": {
                  "$ref": "#/then/then/$defs/builder-resources"
                },
                "cachebuster": {
                  "type": "object",
                  "properties": {
                    "signatureType": {
                      "enum": [
                        "time",
                        "hash"
                      ]
                    }
                  },
                  "additionalProperties": false
                },
                "bundles": {
                  "$ref": "#/then/then/$defs/builder-bundles-3.0"
                },
                "componentPreload": {
                  "$ref": "#/then/then/$defs/builder-componentPreload-specVersion-2.3"
                },
                "customTasks": {
                  "$ref": "#/then/then/$defs/customTasks"
                },
                "minification": {
                  "$ref": "#/then/then/$defs/builder-minification"
                },
                "settings": {
                  "$ref": "#/then/then/$defs/builder-settings"
                }
              },
              "additionalProperties": false
            },
            "builder-specVersion-3.2": {
              "type": "object",
              "properties": {
                "resources": {
                  "$ref": "#/then/then/$defs/builder-resources"
                },
                "cachebuster": {
                  "type": "object",
                  "properties": {
                    "signatureType": {
                      "enum": [
                        "time",
                        "hash"
                      ]
                    }
                  },
                  "additionalProperties": false
                },
                "bundles": {
                  "$ref": "#/then/then/$defs/builder-bundles-3.2"
                },
                "componentPreload": {
                  "$ref": "#/then/then/$defs/builder-componentPreload-specVersion-2.3"
                },
                "customTasks": {
                  "$ref": "#/then/then/$defs/customTasks"
                },
                "minification": {
                  "$ref": "#/then/then/$defs/builder-minification"
                },
                "settings": {
                  "$ref": "#/then/then/$defs/builder-settings"
                }
              },
              "additionalProperties": false
            },
            "builder-specVersion-4.0": {
              "type": "object",
              "properties": {
                "resources": {
                  "$ref": "#/then/then/$defs/builder-resources"
                },
                "cachebuster": {
                  "type": "object",
                  "properties": {
                    "signatureType": {
                      "enum": [
                        "time",
                        "hash"
                      ]
                    }
                  },
                  "additionalProperties": false
                },
                "bundles": {
                  "$ref": "#/then/then/$defs/builder-bundles-4.0"
                },
                "componentPreload": {
                  "$ref": "#/then/then/$defs/builder-componentPreload-specVersion-2.3"
                },
                "customTasks": {
                  "$ref": "#/then/then/$defs/customTasks"
                },
                "minification": {
                  "$ref": "#/then/then/$defs/builder-minification"
                },
                "settings": {
                  "$ref": "#/then/then/$defs/builder-settings"
                }
              },
              "additionalProperties": false
            }
          }
        },
        "else": {
          "if": {
            "type": "object",
            "properties": {
              "type": {
                "const": "library"
              }
            }
          },
          "then": {
            "type": "object",
            "required": [
              "specVersion",
              "type",
              "metadata"
            ],
            "if": {
              "type": "object",
              "properties": {
                "specVersion": {
                  "enum": [
                    "4.0"
                  ]
                }
              }
            },
            "then": {
              "type": "object",
              "properties": {
                "specVersion": {
                  "enum": [
                    "4.0"
                  ]
                },
                "kind": {
                  "enum": [
                    "project",
                    null
                  ]
                },
                "type": {
                  "enum": [
                    "library"
                  ]
                },
                "metadata": {
                  "$ref": "#/then/then/$defs/metadata-3.0"
                },
                "framework": {
                  "$ref": "#/then/then/$defs/framework"
                },
                "resources": {
                  "$ref": "#/then/then/else/else/then/$defs/resources"
                },
                "builder": {
                  "$ref": "#/then/then/else/else/then/$defs/builder-specVersion-4.0"
                },
                "server": {
                  "$ref": "#/then/then/$defs/server"
                },
                "customConfiguration": {
                  "type": "object",
                  "additionalProperties": true
                }
              },
              "additionalProperties": false
            },
            "else": {
              "if": {
                "type": "object",
                "properties": {
                  "specVersion": {
                    "enum": [
                      "3.2"
                    ]
                  }
                }
              },
              "then": {
                "type": "object",
                "properties": {
                  "specVersion": {
                    "enum": [
                      "3.2"
                    ]
                  },
                  "kind": {
                    "enum": [
                      "project",
                      null
                    ]
                  },
                  "type": {
                    "enum": [
                      "library"
                    ]
                  },
                  "metadata": {
                    "$ref": "#/then/then/$defs/metadata-3.0"
                  },
                  "framework": {
                    "$ref": "#/then/then/$defs/framework"
                  },
                  "resources": {
                    "$ref": "#/then/then/else/else/then/$defs/resources"
                  },
                  "builder": {
                    "$ref": "#/then/then/else/else/then/$defs/builder-specVersion-3.2"
                  },
                  "server": {
                    "$ref": "#/then/then/$defs/server"
                  },
                  "customConfiguration": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "additionalProperties": false
              },
              "else": {
                "if": {
                  "type": "object",
                  "properties": {
                    "specVersion": {
                      "enum": [
                        "3.0",
                        "3.1"
                      ]
                    }
                  }
                },
                "then": {
                  "type": "object",
                  "properties": {
                    "specVersion": {
                      "enum": [
                        "3.0",
                        "3.1"
                      ]
                    },
                    "kind": {
                      "enum": [
                        "project",
                        null
                      ]
                    },
                    "type": {
                      "enum": [
                        "library"
                      ]
                    },
                    "metadata": {
                      "$ref": "#/then/then/$defs/metadata-3.0"
                    },
                    "framework": {
                      "$ref": "#/then/then/$defs/framework"
                    },
                    "resources": {
                      "$ref": "#/then/then/else/else/then/$defs/resources"
                    },
                    "builder": {
                      "$ref": "#/then/then/else/else/then/$defs/builder-specVersion-3.0"
                    },
                    "server": {
                      "$ref": "#/then/then/$defs/server"
                    },
                    "customConfiguration": {
                      "type": "object",
                      "additionalProperties": true
                    }
                  },
                  "additionalProperties": false
                },
                "else": {
                  "if": {
                    "type": "object",
                    "properties": {
                      "specVersion": {
                        "enum": [
                          "2.6"
                        ]
                      }
                    }
                  },
                  "then": {
                    "type": "object",
                    "properties": {
                      "specVersion": {
                        "enum": [
                          "2.6"
                        ]
                      },
                      "kind": {
                        "enum": [
                          "project",
                          null
                        ]
                      },
                      "type": {
                        "enum": [
                          "library"
                        ]
                      },
                      "metadata": {
                        "$ref": "#/then/then/$defs/metadata"
                      },
                      "framework": {
                        "$ref": "#/then/then/$defs/framework"
                      },
                      "resources": {
                        "$ref": "#/then/then/else/else/then/$defs/resources"
                      },
                      "builder": {
                        "$ref": "#/then/then/else/else/then/$defs/builder-specVersion-2.6"
                      },
                      "server": {
                        "$ref": "#/then/then/$defs/server"
                      },
                      "customConfiguration": {
                        "type": "object",
                        "additionalProperties": true
                      }
                    },
                    "additionalProperties": false
                  },
                  "else": {
                    "if": {
                      "type": "object",
                      "properties": {
                        "specVersion": {
                          "enum": [
                            "2.5"
                          ]
                        }
                      }
                    },
                    "then": {
                      "type": "object",
                      "properties": {
                        "specVersion": {
                          "enum": [
                            "2.5"
                          ]
                        },
                        "kind": {
                          "enum": [
                            "project",
                            null
                          ]
                        },
                        "type": {
                          "enum": [
                            "library"
                          ]
                        },
                        "metadata": {
                          "$ref": "#/then/then/$defs/metadata"
                        },
                        "framework": {
                          "$ref": "#/then/then/$defs/framework"
                        },
                        "resources": {
                          "$ref": "#/then/then/else/else/then/$defs/resources"
                        },
                        "builder": {
                          "$ref": "#/then/then/else/else/then/$defs/builder-specVersion-2.5"
                        },
                        "server": {
                          "$ref": "#/then/then/$defs/server"
                        },
                        "customConfiguration": {
                          "type": "object",
                          "additionalProperties": true
                        }
                      },
                      "additionalProperties": false
                    },
                    "else": {
                      "if": {
                        "type": "object",
                        "properties": {
                          "specVersion": {
                            "enum": [
                              "2.4"
                            ]
                          }
                        }
                      },
                      "then": {
                        "type": "object",
                        "properties": {
                          "specVersion": {
                            "enum": [
                              "2.4"
                            ]
                          },
                          "kind": {
                            "enum": [
                              "project",
                              null
                            ]
                          },
                          "type": {
                            "enum": [
                              "library"
                            ]
                          },
                          "metadata": {
                            "$ref": "#/then/then/$defs/metadata"
                          },
                          "framework": {
                            "$ref": "#/then/then/$defs/framework"
                          },
                          "resources": {
                            "$ref": "#/then/then/else/else/then/$defs/resources"
                          },
                          "builder": {
                            "$ref": "#/then/then/else/else/then/$defs/builder-specVersion-2.4"
                          },
                          "server": {
                            "$ref": "#/then/then/$defs/server"
                          },
                          "customConfiguration": {
                            "type": "object",
                            "additionalProperties": true
                          }
                        },
                        "additionalProperties": false
                      },
                      "else": {
                        "if": {
                          "type": "object",
                          "properties": {
                            "specVersion": {
                              "enum": [
                                "2.3"
                              ]
                            }
                          }
                        },
                        "then": {
                          "type": "object",
                          "properties": {
                            "specVersion": {
                              "enum": [
                                "2.3"
                              ]
                            },
                            "kind": {
                              "enum": [
                                "project",
                                null
                              ]
                            },
                            "type": {
                              "enum": [
                                "library"
                              ]
                            },
                            "metadata": {
                              "$ref": "#/then/then/$defs/metadata"
                            },
                            "framework": {
                              "$ref": "#/then/then/$defs/framework"
                            },
                            "resources": {
                              "$ref": "#/then/then/else/else/then/$defs/resources"
                            },
                            "builder": {
                              "$ref": "#/then/then/else/else/then/$defs/builder-specVersion-2.3"
                            },
                            "server": {
                              "$ref": "#/then/then/$defs/server"
                            },
                            "customConfiguration": {
                              "type": "object",
                              "additionalProperties": true
                            }
                          },
                          "additionalProperties": false
                        },
                        "else": {
                          "if": {
                            "type": "object",
                            "properties": {
                              "specVersion": {
                                "enum": [
                                  "2.1",
                                  "2.2"
                                ]
                              }
                            }
                          },
                          "then": {
                            "type": "object",
                            "properties": {
                              "specVersion": {
                                "enum": [
                                  "2.1",
                                  "2.2"
                                ]
                              },
                              "kind": {
                                "enum": [
                                  "project",
                                  null
                                ]
                              },
                              "type": {
                                "enum": [
                                  "library"
                                ]
                              },
                              "metadata": {
                                "$ref": "#/then/then/$defs/metadata"
                              },
                              "framework": {
                                "$ref": "#/then/then/$defs/framework"
                              },
                              "resources": {
                                "$ref": "#/then/then/else/else/then/$defs/resources"
                              },
                              "builder": {
                                "$ref": "#/then/then/else/else/then/$defs/builder"
                              },
                              "server": {
                                "$ref": "#/then/then/$defs/server"
                              },
                              "customConfiguration": {
                                "type": "object",
                                "additionalProperties": true
                              }
                            },
                            "additionalProperties": false
                          },
                          "else": {
                            "properties": {
                              "specVersion": {
                                "enum": [
                                  "2.0"
                                ]
                              },
                              "kind": {
                                "enum": [
                                  "project",
                                  null
                                ]
                              },
                              "type": {
                                "enum": [
                                  "library"
                                ]
                              },
                              "metadata": {
                                "$ref": "#/then/then/$defs/metadata"
                              },
                              "framework": {
                                "$ref": "#/then/then/$defs/framework"
                              },
                              "resources": {
                                "$ref": "#/then/then/else/else/then/$defs/resources"
                              },
                              "builder": {
                                "$ref": "#/then/then/else/else/then/$defs/builder"
                              },
                              "server": {
                                "$ref": "#/then/then/$defs/server"
                              }
                            },
                            "additionalProperties": false,
                            "type": "object"
                          }
                        }
                      }
                    }
                  }
                }
              }
            },
            "$defs": {
              "resources": {
                "type": "object",
                "properties": {
                  "configuration": {
                    "type": "object",
                    "properties": {
                      "propertiesFileSourceEncoding": {
                        "$ref": "#/then/then/$defs/resources-configuration-propertiesFileSourceEncoding"
                      },
                      "paths": {
                        "type": "object",
                        "properties": {
                          "src": {
                            "type": "string"
                          },
                          "test": {
                            "type": "string"
                          }
                        },
                        "additionalProperties": false
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "additionalProperties": false
              },
              "builder-jsdoc": {
                "type": "object",
                "properties": {
                  "excludes": {
                    "type": "array",
                    "items": {
                      "type": "string"
                    }
                  }
                },
                "additionalProperties": false
              },
              "builder": {
                "type": "object",
                "properties": {
                  "resources": {
                    "$ref": "#/then/then/$defs/builder-resources"
                  },
                  "jsdoc": {
                    "$ref": "#/then/then/else/else/then/$defs/builder-jsdoc"
                  },
                  "bundles": {
                    "$ref": "#/then/then/$defs/builder-bundles"
                  },
                  "componentPreload": {
                    "$ref": "#/then/then/$defs/builder-componentPreload"
                  },
                  "customTasks": {
                    "$ref": "#/then/then/$defs/customTasks"
                  }
                },
                "additionalProperties": false
              },
              "builder-specVersion-2.3": {
                "type": "object",
                "properties": {
                  "resources": {
                    "$ref": "#/then/then/$defs/builder-resources"
                  },
                  "jsdoc": {
                    "$ref": "#/then/then/else/else/then/$defs/builder-jsdoc"
                  },
                  "bundles": {
                    "$ref": "#/then/then/$defs/builder-bundles"
                  },
                  "componentPreload": {
                    "$ref": "#/then/then/$defs/builder-componentPreload-specVersion-2.3"
                  },
                  "libraryPreload": {
                    "$ref": "#/then/then/$defs/builder-libraryPreload"
                  },
                  "customTasks": {
                    "$ref": "#/then/then/$defs/customTasks"
                  }
                },
                "additionalProperties": false
              },
              "builder-specVersion-2.4": {
                "type": "object",
                "properties": {
                  "resources": {
                    "$ref": "#/then/then/$defs/builder-resources"
                  },
                  "jsdoc": {
                    "$ref": "#/then/then/else/else/then/$defs/builder-jsdoc"
                  },
                  "bundles": {
                    "$ref": "#/then/then/$defs/builder-bundles-2.4"
                  },
                  "componentPreload": {
                    "$ref": "#/then/then/$defs/builder-componentPreload-specVersion-2.3"
                  },
                  "libraryPreload": {
                    "$ref": "#/then/then/$defs/builder-libraryPreload"
                  },
                  "customTasks": {
                    "$ref": "#/then/then/$defs/customTasks"
                  }
                },
                "additionalProperties": false
              },
              "builder-specVersion-2.5": {
                "type": "object",
                "properties": {
                  "resources": {
                    "$ref": "#/then/then/$defs/builder-resources"
                  },
                  "jsdoc": {
                    "$ref": "#/then/then/else/else/then/$defs/builder-jsdoc"
                  },
                  "bundles": {
                    "$ref": "#/then/then/$defs/builder-bundles-2.4"
                  },
                  "componentPreload": {
                    "$ref": "#/then/then/$defs/builder-componentPreload-specVersion-2.3"
                  },
                  "libraryPreload": {
                    "$ref": "#/then/then/$defs/builder-libraryPreload"
                  },
                  "customTasks": {
                    "$ref": "#/then/then/$defs/customTasks"
                  },
                  "settings": {
                    "$ref": "#/then/then/$defs/builder-settings"
                  }
                },
                "additionalProperties": false
              },
              "builder-specVersion-2.6": {
                "type": "object",
                "properties": {
                  "resources": {
                    "$ref": "#/then/then/$defs/builder-resources"
                  },
                  "jsdoc": {
                    "$ref": "#/then/then/else/else/then/$defs/builder-jsdoc"
                  },
                  "bundles": {
                    "$ref": "#/then/then/$defs/builder-bundles-2.4"
                  },
                  "componentPreload": {
                    "$ref": "#/then/then/$defs/builder-componentPreload-specVersion-2.3"
                  },
                  "libraryPreload": {
                    "$ref": "#/then/then/$defs/builder-libraryPreload"
                  },
                  "customTasks": {
                    "$ref": "#/then/then/$defs/customTasks"
                  },
                  "minification": {
                    "$ref": "#/then/then/$defs/builder-minification"
                  },
                  "settings": {
                    "$ref": "#/then/then/$defs/builder-settings"
                  }
                },
                "additionalProperties": false
              },
              "builder-specVersion-3.0": {
                "type": "object",
                "properties": {
                  "resources": {
                    "$ref": "#/then/then/$defs/builder-resources"
                  },
                  "jsdoc": {
                    "$ref": "#/then/then/else/else/then/$defs/builder-jsdoc"
                  },
                  "bundles": {
                    "$ref": "#/then/then/$defs/builder-bundles-3.0"
                  },
                  "componentPreload": {
                    "$ref": "#/then/then/$defs/builder-componentPreload-specVersion-2.3"
                  },
                  "libraryPreload": {
                    "$ref": "#/then/then/$defs/builder-libraryPreload"
                  },
                  "customTasks": {
                    "$ref": "#/then/then/$defs/customTasks"
                  },
                  "minification": {
                    "$ref": "#/then/then/$defs/builder-minification"
                  },
                  "settings": {
                    "$ref": "#/then/then/$defs/builder-settings"
                  }
                },
                "additionalProperties": false
              },
              "builder-specVersion-3.2": {
                "type": "object",
                "properties": {
                  "resources": {
                    "$ref": "#/then/then/$defs/builder-resources"
                  },
                  "jsdoc": {
                    "$ref": "#/then/then/else/else/then/$defs/builder-jsdoc"
                  },
                  "bundles": {
                    "$ref": "#/then/then/$defs/builder-bundles-3.2"
                  },
                  "componentPreload": {
                    "$ref": "#/then/then/$defs/builder-componentPreload-specVersion-2.3"
                  },
                  "libraryPreload": {
                    "$ref": "#/then/then/$defs/builder-libraryPreload"
                  },
                  "customTasks": {
                    "$ref": "#/then/then/$defs/customTasks"
                  },
                  "minification": {
                    "$ref": "#/then/then/$defs/builder-minification"
                  },
                  "settings": {
                    "$ref": "#/then/then/$defs/builder-settings"
                  }
                },
                "additionalProperties": false
              },
              "builder-specVersion-4.0": {
                "type": "object",
                "properties": {
                  "resources": {
                    "$ref": "#/then/then/$defs/builder-resources"
                  },
                  "jsdoc": {
                    "$ref": "#/then/then/else/else/then/$defs/builder-jsdoc"
                  },
                  "bundles": {
                    "$ref": "#/then/then/$defs/builder-bundles-4.0"
                  },
                  "componentPreload": {
                    "$ref": "#/then/then/$defs/builder-componentPreload-specVersion-2.3"
                  },
                  "libraryPreload": {
                    "$ref": "#/then/then/$defs/builder-libraryPreload"
                  },
                  "customTasks": {
                    "$ref": "#/then/then/$defs/customTasks"
                  },
                  "minification": {
                    "$ref": "#/then/then/$defs/builder-minification"
                  },
                  "settings": {
                    "$ref": "#/then/then/$defs/builder-settings"
                  }
                },
                "additionalProperties": false
              }
            }
          },
          "else": {
            "if": {
              "type": "object",
              "properties": {
                "type": {
                  "const": "theme-library"
                }
              }
            },
            "then": {
              "type": "object",
              "required": [
                "specVersion",
                "type",
                "metadata"
              ],
              "if": {
                "type": "object",
                "properties": {
                  "specVersion": {
                    "enum": [
                      "3.0",
                      "3.1",
                      "3.2",
                      "4.0"
                    ]
                  }
                }
              },
              "then": {
                "type": "object",
                "properties": {
                  "specVersion": {
                    "enum": [
                      "3.0",
                      "3.1",
                      "3.2",
                      "4.0"
                    ]
                  },
                  "kind": {
                    "enum": [
                      "project",
                      null
                    ]
                  },
                  "type": {
                    "enum": [
                      "theme-library"
                    ]
                  },
                  "metadata": {
                    "$ref": "#/then/then/$defs/metadata-3.0"
                  },
                  "framework": {
                    "$ref": "#/then/then/$defs/framework"
                  },
                  "resources": {
                    "$ref": "#/then/then/else/else/then/$defs/resources"
                  },
                  "builder": {
                    "$ref": "#/then/then/else/else/else/then/$defs/builder-specVersion-2.5"
                  },
                  "server": {
                    "$ref": "#/then/then/$defs/server"
                  },
                  "customConfiguration": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "additionalProperties": false
              },
              "else": {
                "if": {
                  "type": "object",
                  "properties": {
                    "specVersion": {
                      "enum": [
                        "2.5",
                        "2.6"
                      ]
                    }
                  }
                },
                "then": {
                  "type": "object",
                  "properties": {
                    "specVersion": {
                      "enum": [
                        "2.5",
                        "2.6"
                      ]
                    },
                    "kind": {
                      "enum": [
                        "project",
                        null
                      ]
                    },
                    "type": {
                      "enum": [
                        "theme-library"
                      ]
                    },
                    "metadata": {
                      "$ref": "#/then/then/$defs/metadata"
                    },
                    "framework": {
                      "$ref": "#/then/then/$defs/framework"
                    },
                    "resources": {
                      "$ref": "#/then/then/else/else/then/$defs/resources"
                    },
                    "builder": {
                      "$ref": "#/then/then/else/else/else/then/$defs/builder-specVersion-2.5"
                    },
                    "server": {
                      "$ref": "#/then/then/$defs/server"
                    },
                    "customConfiguration": {
                      "type": "object",
                      "additionalProperties": true
                    }
                  },
                  "additionalProperties": false
                },
                "else": {
                  "if": {
                    "type": "object",
                    "properties": {
                      "specVersion": {
                        "enum": [
                          "2.1",
                          "2.2",
                          "2.3",
                          "2.4"
                        ]
                      }
                    }
                  },
                  "then": {
                    "type": "object",
                    "properties": {
                      "specVersion": {
                        "enum": [
                          "2.1",
                          "2.2",
                          "2.3",
                          "2.4"
                        ]
                      },
                      "kind": {
                        "enum": [
                          "project",
                          null
                        ]
                      },
                      "type": {
                        "enum": [
                          "theme-library"
                        ]
                      },
                      "metadata": {
                        "$ref": "#/then/then/$defs/metadata"
                      },
                      "framework": {
                        "$ref": "#/then/then/$defs/framework"
                      },
                      "resources": {
                        "$ref": "#/then/then/else/else/then/$defs/resources"
                      },
                      "builder": {
                        "$ref": "#/then/then/else/else/else/then/$defs/builder"
                      },
                      "server": {
                        "$ref": "#/then/then/$defs/server"
                      },
                      "customConfiguration": {
                        "type": "object",
                        "additionalProperties": true
                      }
                    },
                    "additionalProperties": false
                  },
                  "else": {
                    "properties": {
                      "specVersion": {
                        "enum": [
                          "2.0"
                        ]
                      },
                      "kind": {
                        "enum": [
                          "project",
                          null
                        ]
                      },
                      "type": {
                        "enum": [
                          "theme-library"
                        ]
                      },
                      "metadata": {
                        "$ref": "#/then/then/$defs/metadata"
                      },
                      "framework": {
                        "$ref": "#/then/then/$defs/framework"
                      },
                      "resources": {
                        "$ref": "#/then/then/else/else/then/$defs/resources"
                      },
                      "builder": {
                        "$ref": "#/then/then/else/else/else/then/$defs/builder"
                      },
                      "server": {
                        "$ref": "#/then/then/$defs/server"
                      }
                    },
                    "additionalProperties": false,
                    "type": "object"
                  }
                }
              },
              "$defs": {
                "builder": {
                  "type": "object",
                  "properties": {
                    "resources": {
                      "$ref": "#/then/then/$defs/builder-resources"
                    },
                    "customTasks": {
                      "$ref": "#/then/then/$defs/customTasks"
                    }
                  },
                  "additionalProperties": false
                },
                "builder-specVersion-2.5": {
                  "type": "object",
                  "properties": {
                    "resources": {
                      "$ref": "#/then/then/$defs/builder-resources"
                    },
                    "customTasks": {
                      "$ref": "#/then/then/$defs/customTasks"
                    },
                    "settings": {
                      "$ref": "#/then/then/$defs/builder-settings"
                    }
                  },
                  "additionalProperties": false
                }
              }
            },
            "else": {
              "if": {
                "type": "object",
                "properties": {
                  "type": {
                    "const": "module"
                  }
                }
              },
              "then": {
                "type": "object",
                "required": [
                  "specVersion",
                  "type",
                  "metadata"
                ],
                "if": {
                  "type": "object",
                  "properties": {
                    "specVersion": {
                      "enum": [
                        "3.1",
                        "3.2",
                        "4.0"
                      ]
                    }
                  }
                },
                "then": {
                  "type": "object",
                  "properties": {
                    "specVersion": {
                      "enum": [
                        "3.1",
                        "3.2",
                        "4.0"
                      ]
                    },
                    "kind": {
                      "enum": [
                        "project",
                        null
                      ]
                    },
                    "type": {
                      "enum": [
                        "module"
                      ]
                    },
                    "metadata": {
                      "$ref": "#/then/then/$defs/metadata-3.0"
                    },
                    "resources": {
                      "$ref": "#/then/then/else/else/else/else/then/$defs/resources"
                    },
                    "builder": {
                      "$ref": "#/then/then/else/else/else/else/then/$defs/builder-specVersion-3.1"
                    },
                    "server": {
                      "$ref": "#/then/then/$defs/server"
                    },
                    "customConfiguration": {
                      "type": "object",
                      "additionalProperties": true
                    }
                  },
                  "additionalProperties": false
                },
                "else": {
                  "if": {
                    "type": "object",
                    "properties": {
                      "specVersion": {
                        "enum": [
                          "3.0"
                        ]
                      }
                    }
                  },
                  "then": {
                    "type": "object",
                    "properties": {
                      "specVersion": {
                        "enum": [
                          "3.0"
                        ]
                      },
                      "kind": {
                        "enum": [
                          "project",
                          null
                        ]
                      },
                      "type": {
                        "enum": [
                          "module"
                        ]
                      },
                      "metadata": {
                        "$ref": "#/then/then/$defs/metadata-3.0"
                      },
                      "resources": {
                        "$ref": "#/then/then/else/else/else/else/then/$defs/resources"
                      },
                      "builder": {
                        "$ref": "#/then/then/else/else/else/else/then/$defs/builder-specVersion-2.5"
                      },
                      "server": {
                        "$ref": "#/then/then/$defs/server"
                      },
                      "customConfiguration": {
                        "type": "object",
                        "additionalProperties": true
                      }
                    },
                    "additionalProperties": false
                  },
                  "else": {
                    "if": {
                      "type": "object",
                      "properties": {
                        "specVersion": {
                          "enum": [
                            "2.5",
                            "2.6"
                          ]
                        }
                      }
                    },
                    "then": {
                      "type": "object",
                      "properties": {
                        "specVersion": {
                          "enum": [
                            "2.5",
                            "2.6"
                          ]
                        },
                        "kind": {
                          "enum": [
                            "project",
                            null
                          ]
                        },
                        "type": {
                          "enum": [
                            "module"
                          ]
                        },
                        "metadata": {
                          "$ref": "#/then/then/$defs/metadata"
                        },
                        "resources": {
                          "$ref": "#/then/then/else/else/else/else/then/$defs/resources"
                        },
                        "builder": {
                          "$ref": "#/then/then/else/else/else/else/then/$defs/builder-specVersion-2.5"
                        },
                        "server": {
                          "$ref": "#/then/then/$defs/server"
                        },
                        "customConfiguration": {
                          "type": "object",
                          "additionalProperties": true
                        }
                      },
                      "additionalProperties": false
                    },
                    "else": {
                      "if": {
                        "type": "object",
                        "properties": {
                          "specVersion": {
                            "enum": [
                              "2.1",
                              "2.2",
                              "2.3",
                              "2.4"
                            ]
                          }
                        }
                      },
                      "then": {
                        "type": "object",
                        "properties": {
                          "specVersion": {
                            "enum": [
                              "2.1",
                              "2.2",
                              "2.3",
                              "2.4"
                            ]
                          },
                          "kind": {
                            "enum": [
                              "project",
                              null
                            ]
                          },
                          "type": {
                            "enum": [
                              "module"
                            ]
                          },
                          "metadata": {
                            "$ref": "#/then/then/$defs/metadata"
                          },
                          "resources": {
                            "$ref": "#/then/then/else/else/else/else/then/$defs/resources"
                          },
                          "customConfiguration": {
                            "type": "object",
                            "additionalProperties": true
                          }
                        },
                        "additionalProperties": false
                      },
                      "else": {
                        "properties": {
                          "specVersion": {
                            "enum": [
                              "2.0"
                            ]
                          },
                          "kind": {
                            "enum": [
                              "project",
                              null
                            ]
                          },
                          "type": {
                            "enum": [
                              "module"
                            ]
                          },
                          "metadata": {
                            "$ref": "#/then/then/$defs/metadata"
                          },
                          "resources": {
                            "$ref": "#/then/then/else/else/else/else/then/$defs/resources"
                          }
                        },
                        "additionalProperties": false,
                        "type": "object"
                      }
                    }
                  }
                },
                "$defs": {
                  "resources": {
                    "type": "object",
                    "properties": {
                      "configuration": {
                        "type": "object",
                        "properties": {
                          "paths": {
                            "type": "object",
                            "additionalProperties": false,
                            "patternProperties": {
                              ".+": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "additionalProperties": false
                      }
                    },
                    "additionalProperties": false
                  },
                  "builder-specVersion-2.5": {
                    "type": "object",
                    "properties": {
                      "settings": {
                        "$ref": "#/then/then/$defs/builder-settings"
                      }
                    },
                    "additionalProperties": false
                  },
                  "builder-specVersion-3.1": {
                    "type": "object",
                    "properties": {
                      "resources": {
                        "$ref": "#/then/then/$defs/builder-resources"
                      },
                      "settings": {
                        "$ref": "#/then/then/$defs/builder-settings"
                      }
                    },
                    "additionalProperties": false
                  }
                }
              }
            }
          }
        }
      },
      "$defs": {
        "metadata": {
          "type": "object",
          "required": [
            "name"
          ],
          "properties": {
            "name": {
              "type": "string"
            },
            "copyright": {
              "type": "string"
            },
            "deprecated": {
              "type": "boolean",
              "default": false
            },
            "sapInternal": {
              "type": "boolean",
              "default": false
            },
            "allowSapInternal": {
              "type": "boolean",
              "default": false
            }
          },
          "additionalProperties": false
        },
        "metadata-3.0": {
          "type": "object",
          "required": [
            "name"
          ],
          "properties": {
            "name": {
              "type": "string",
              "minLength": 3,
              "maxLength": 80,
              "pattern": "^(?:@[0-9a-z-_.]+\\/)?[a-z][0-9a-z-_.]*$",
              "title": "Project Name",
              "description": "Unique identifier for the project, for example: organization.product.project",
              "errorMessage": "Not a valid project name. It must consist of lowercase alphanumeric characters, dash, underscore, and period only. Additionally, it may contain an npm-style package scope. For details, see: https://ui5.github.io/cli/stable/pages/Configuration/#name"
            },
            "copyright": {
              "type": "string"
            },
            "deprecated": {
              "type": "boolean",
              "default": false
            },
            "sapInternal": {
              "type": "boolean",
              "default": false
            },
            "allowSapInternal": {
              "type": "boolean",
              "default": false
            }
          },
          "additionalProperties": false
        },
        "resources-configuration-propertiesFileSourceEncoding": {
          "enum": [
            "UTF-8",
            "ISO-8859-1"
          ],
          "default": "UTF-8",
          "title": "Encoding of *.properties files",
          "description": "By default, the UI5 CLI expects *.properties files to be UTF-8 encoded."
        },
        "builder-resources": {
          "type": "object",
          "properties": {
            "excludes": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          "additionalProperties": false
        },
        "builder-bundles": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "bundleDefinition": {
                "$ref": "#/then/then/$defs/builder-bundles-bundleDefinition"
              },
              "bundleOptions": {
                "$ref": "#/then/then/$defs/builder-bundles-bundleOptions"
              }
            },
            "additionalProperties": false
          }
        },
        "builder-bundles-2.4": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "bundleDefinition": {
                "$ref": "#/then/then/$defs/builder-bundles-bundleDefinition-2.4"
              },
              "bundleOptions": {
                "$ref": "#/then/then/$defs/builder-bundles-bundleOptions"
              }
            },
            "additionalProperties": false
          }
        },
        "builder-bundles-3.0": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "bundleDefinition": {
                "$ref": "#/then/then/$defs/builder-bundles-bundleDefinition-2.4"
              },
              "bundleOptions": {
                "$ref": "#/then/then/$defs/builder-bundles-bundleOptions-3.0"
              }
            },
            "additionalProperties": false
          }
        },
        "builder-bundles-3.2": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "bundleDefinition": {
                "$ref": "#/then/then/$defs/builder-bundles-bundleDefinition-3.2"
              },
              "bundleOptions": {
                "$ref": "#/then/then/$defs/builder-bundles-bundleOptions-3.0"
              }
            },
            "additionalProperties": false
          }
        },
        "builder-bundles-4.0": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "bundleDefinition": {
                "$ref": "#/then/then/$defs/builder-bundles-bundleDefinition-4.0"
              },
              "bundleOptions": {
                "$ref": "#/then/then/$defs/builder-bundles-bundleOptions-4.0"
              }
            },
            "additionalProperties": false
          }
        },
        "builder-bundles-bundleDefinition": {
          "type": "object",
          "properties": {
            "name": {
              "type": "string"
            },
            "defaultFileTypes": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "sections": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "name": {
                    "type": "string"
                  },
                  "mode": {
                    "enum": [
                      "raw",
                      "preload",
                      "require",
                      "provided"
                    ]
                  },
                  "filters": {
                    "type": "array",
                    "items": {
                      "type": "string"
                    }
                  },
                  "resolve": {
                    "type": "boolean",
                    "default": false
                  },
                  "resolveConditional": {
                    "type": "boolean",
                    "default": false
                  },
                  "renderer": {
                    "type": "boolean",
                    "default": false
                  },
                  "sort": {
                    "type": "boolean",
                    "default": true
                  },
                  "declareRawModules": {
                    "type": "boolean",
                    "default": false
                  }
                },
                "required": [
                  "mode",
                  "filters"
                ],
                "additionalProperties": false
              }
            }
          },
          "required": [
            "name"
          ],
          "additionalProperties": false
        },
        "builder-bundles-bundleDefinition-2.4": {
          "type": "object",
          "properties": {
            "name": {
              "type": "string"
            },
            "defaultFileTypes": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "sections": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "name": {
                    "type": "string"
                  },
                  "mode": {
                    "enum": [
                      "raw",
                      "preload",
                      "require",
                      "provided",
                      "bundleInfo"
                    ]
                  },
                  "filters": {
                    "type": "array",
                    "items": {
                      "type": "string"
                    }
                  },
                  "resolve": {
                    "type": "boolean",
                    "default": false
                  },
                  "resolveConditional": {
                    "type": "boolean",
                    "default": false
                  },
                  "renderer": {
                    "type": "boolean",
                    "default": false
                  },
                  "sort": {
                    "type": "boolean",
                    "default": true
                  },
                  "declareRawModules": {
                    "type": "boolean",
                    "default": false
                  }
                },
                "required": [
                  "mode",
                  "filters"
                ],
                "additionalProperties": false
              }
            }
          },
          "required": [
            "name"
          ],
          "additionalProperties": false
        },
        "builder-bundles-bundleDefinition-3.2": {
          "type": "object",
          "properties": {
            "name": {
              "type": "string"
            },
            "defaultFileTypes": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "sections": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "name": {
                    "type": "string"
                  },
                  "mode": {
                    "enum": [
                      "raw",
                      "preload",
                      "require",
                      "provided",
                      "bundleInfo",
                      "depCache"
                    ]
                  },
                  "filters": {
                    "type": "array",
                    "items": {
                      "type": "string"
                    }
                  },
                  "resolve": {
                    "type": "boolean",
                    "default": false
                  },
                  "resolveConditional": {
                    "type": "boolean",
                    "default": false
                  },
                  "renderer": {
                    "type": "boolean",
                    "default": false
                  },
                  "sort": {
                    "type": "boolean",
                    "default": true
                  },
                  "declareRawModules": {
                    "type": "boolean",
                    "default": false
                  }
                },
                "required": [
                  "mode",
                  "filters"
                ],
                "additionalProperties": false
              }
            }
          },
          "required": [
            "name"
          ],
          "additionalProperties": false
        },
        "builder-bundles-bundleDefinition-4.0": {
          "type": "object",
          "properties": {
            "name": {
              "type": "string"
            },
            "defaultFileTypes": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "sections": {
              "type": "array",
              "items": {
                "if": {
                  "type": "object",
                  "properties": {
                    "mode": {
                      "const": "require"
                    }
                  }
                },
                "then": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "mode": {
                      "enum": [
                        "require"
                      ]
                    },
                    "filters": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "resolve": {
                      "type": "boolean",
                      "default": false
                    },
                    "resolveConditional": {
                      "type": "boolean",
                      "default": false
                    },
                    "renderer": {
                      "type": "boolean",
                      "default": false
                    },
                    "sort": {
                      "type": "boolean",
                      "default": true
                    },
                    "declareRawModules": {
                      "type": "boolean",
                      "default": false
                    },
                    "async": {
                      "type": "boolean",
                      "default": true
                    }
                  },
                  "required": [
                    "mode",
                    "filters"
                  ],
                  "additionalProperties": false
                },
                "else": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "mode": {
                      "enum": [
                        "raw",
                        "preload",
                        "require",
                        "provided",
                        "bundleInfo",
                        "depCache"
                      ]
                    },
                    "filters": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "resolve": {
                      "type": "boolean",
                      "default": false
                    },
                    "resolveConditional": {
                      "type": "boolean",
                      "default": false
                    },
                    "renderer": {
                      "type": "boolean",
                      "default": false
                    },
                    "sort": {
                      "type": "boolean",
                      "default": true
                    },
                    "declareRawModules": {
                      "type": "boolean",
                      "default": false
                    }
                  },
                  "required": [
                    "mode",
                    "filters"
                  ],
                  "additionalProperties": false
                }
              }
            }
          },
          "required": [
            "name"
          ],
          "additionalProperties": false
        },
        "builder-bundles-bundleOptions": {
          "type": "object",
          "properties": {
            "optimize": {
              "type": "boolean",
              "default": false
            },
            "decorateBootstrapModule": {
              "type": "boolean",
              "default": false
            },
            "addTryCatchRestartWrapper": {
              "type": "boolean",
              "default": false
            },
            "usePredefineCalls": {
              "type": "boolean",
              "default": false
            },
            "numberOfParts": {
              "type": "number",
              "default": 1
            }
          },
          "additionalProperties": false
        },
        "builder-bundles-bundleOptions-3.0": {
          "type": "object",
          "properties": {
            "optimize": {
              "type": "boolean",
              "default": true
            },
            "decorateBootstrapModule": {
              "type": "boolean",
              "default": false
            },
            "addTryCatchRestartWrapper": {
              "type": "boolean",
              "default": false
            },
            "usePredefineCalls": {
              "type": "boolean",
              "default": false
            },
            "numberOfParts": {
              "type": "number",
              "default": 1
            },
            "sourceMap": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "builder-bundles-bundleOptions-4.0": {
          "type": "object",
          "properties": {
            "optimize": {
              "type": "boolean",
              "default": true
            },
            "decorateBootstrapModule": {
              "type": "boolean",
              "default": false
            },
            "addTryCatchRestartWrapper": {
              "type": "boolean",
              "default": false
            },
            "numberOfParts": {
              "type": "number",
              "default": 1
            },
            "sourceMap": {
              "type": "boolean",
              "default": true
            }
          },
          "additionalProperties": false
        },
        "builder-componentPreload": {
          "type": "object",
          "properties": {
            "paths": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "namespaces": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          "additionalProperties": false
        },
        "builder-componentPreload-specVersion-2.3": {
          "type": "object",
          "properties": {
            "paths": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "namespaces": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "excludes": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          "additionalProperties": false
        },
        "builder-libraryPreload": {
          "type": "object",
          "properties": {
            "excludes": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          "additionalProperties": false
        },
        "server": {
          "type": "object",
          "properties": {
            "settings": {
              "type": "object",
              "properties": {
                "httpPort": {
                  "type": "number"
                },
                "httpsPort": {
                  "type": "number"
                }
              },
              "additionalProperties": false
            },
            "customMiddleware": {
              "type": "array",
              "items": {
                "oneOf": [
                  {
                    "type": "object",
                    "properties": {
                      "name": {
                        "type": "string"
                      },
                      "mountPath": {
                        "type": "string"
                      },
                      "beforeMiddleware": {
                        "type": "string"
                      },
                      "configuration": {}
                    },
                    "required": [
                      "name",
                      "beforeMiddleware"
                    ],
                    "additionalProperties": false
                  },
                  {
                    "type": "object",
                    "properties": {
                      "name": {
                        "type": "string"
                      },
                      "mountPath": {
                        "type": "string"
                      },
                      "afterMiddleware": {
                        "type": "string"
                      },
                      "configuration": {}
                    },
                    "required": [
                      "name",
                      "afterMiddleware"
                    ],
                    "additionalProperties": false
                  }
                ]
              }
            }
          },
          "additionalProperties": false
        },
        "framework": {
          "type": "object",
          "properties": {
            "name": {
              "enum": [
                "OpenUI5",
                "SAPUI5"
              ]
            },
            "version": {
              "type": "string",
              "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
              "title": "Version",
              "description": "Framework version to use in this project",
              "errorMessage": "Not a valid version according to the Semantic Versioning specification (https://semver.org/)"
            },
            "libraries": {
              "type": "array",
              "items": {
                "type": "object",
                "then": {
                  "type": "object",
                  "errorMessage": "Either \"development\" or \"optional\" can be true, but not both",
                  "properties": {
                    "name": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": false
                },
                "required": [
                  "name"
                ],
                "properties": {
                  "name": {
                    "type": "string"
                  },
                  "optional": {
                    "type": "boolean",
                    "default": false
                  },
                  "development": {
                    "type": "boolean",
                    "default": false
                  }
                },
                "if": {
                  "not": {
                    "anyOf": [
                      {
                        "type": "object",
                        "properties": {
                          "optional": {
                            "enum": [
                              false,
                              null
                            ]
                          }
                        }
                      },
                      {
                        "type": "object",
                        "properties": {
                          "development": {
                            "enum": [
                              false,
                              null
                            ]
                          }
                        }
                      },
                      {
                        "not": {
                          "type": "object",
                          "properties": {
                            "optional": {
                              "type": "boolean"
                            }
                          }
                        }
                      },
                      {
                        "not": {
                          "type": "object",
                          "properties": {
                            "development": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    ]
                  }
                },
                "additionalProperties": false
              }
            }
          },
          "required": [
            "name"
          ],
          "additionalProperties": false
        },
        "customTasks": {
          "type": "array",
          "items": {
            "oneOf": [
              {
                "type": "object",
                "properties": {
                  "name": {
                    "type": "string"
                  },
                  "beforeTask": {
                    "type": "string"
                  },
                  "configuration": {}
                },
                "required": [
                  "name",
                  "beforeTask"
                ],
                "additionalProperties": false
              },
              {
                "type": "object",
                "properties": {
                  "name": {
                    "type": "string"
                  },
                  "afterTask": {
                    "type": "string"
                  },
                  "configuration": {}
                },
                "required": [
                  "name",
                  "afterTask"
                ],
                "additionalProperties": false
              }
            ]
          }
        },
        "builder-settings": {
          "type": "object",
          "properties": {
            "includeDependency": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "includeDependencyRegExp": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "includeDependencyTree": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          "additionalProperties": false
        },
        "builder-minification": {
          "type": "object",
          "properties": {
            "excludes": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          "additionalProperties": false
        }
      }
    },
    "else": {
      "if": {
        "properties": {
          "kind": {
            "enum": [
              "extension"
            ]
          }
        }
      },
      "then": {
        "type": "object",
        "required": [
          "specVersion",
          "kind",
          "type",
          "metadata"
        ],
        "properties": {
          "specVersion": {
            "enum": [
              "4.0",
              "3.2",
              "3.1",
              "3.0",
              "2.6",
              "2.5",
              "2.4",
              "2.3",
              "2.2",
              "2.1",
              "2.0"
            ]
          },
          "kind": {
            "enum": [
              "extension"
            ]
          },
          "type": {
            "enum": [
              "task",
              "server-middleware",
              "project-shim"
            ]
          },
          "metadata": {
            "$ref": "#/then/else/then/$defs/metadata"
          }
        },
        "if": {
          "type": "object",
          "properties": {
            "type": {
              "const": null
            }
          }
        },
        "then": {},
        "else": {
          "if": {
            "type": "object",
            "properties": {
              "type": {
                "const": "task"
              }
            }
          },
          "then": {
            "type": "object",
            "required": [
              "specVersion",
              "kind",
              "type",
              "metadata",
              "task"
            ],
            "if": {
              "type": "object",
              "properties": {
                "specVersion": {
                  "enum": [
                    "3.0",
                    "3.1",
                    "3.2",
                    "4.0"
                  ]
                }
              }
            },
            "then": {
              "type": "object",
              "properties": {
                "specVersion": {
                  "enum": [
                    "3.0",
                    "3.1",
                    "3.2",
                    "4.0"
                  ]
                },
                "kind": {
                  "enum": [
                    "extension"
                  ]
                },
                "type": {
                  "enum": [
                    "task"
                  ]
                },
                "metadata": {
                  "$ref": "#/then/else/then/$defs/metadata-3.0"
                },
                "task": {
                  "$ref": "#/then/else/then/else/then/$defs/task"
                },
                "customConfiguration": {
                  "type": "object",
                  "additionalProperties": true
                }
              },
              "additionalProperties": false
            },
            "else": {
              "if": {
                "type": "object",
                "properties": {
                  "specVersion": {
                    "enum": [
                      "2.1",
                      "2.2",
                      "2.3",
                      "2.4",
                      "2.5",
                      "2.6"
                    ]
                  }
                }
              },
              "then": {
                "type": "object",
                "properties": {
                  "specVersion": {
                    "enum": [
                      "2.1",
                      "2.2",
                      "2.3",
                      "2.4",
                      "2.5",
                      "2.6"
                    ]
                  },
                  "kind": {
                    "enum": [
                      "extension"
                    ]
                  },
                  "type": {
                    "enum": [
                      "task"
                    ]
                  },
                  "metadata": {
                    "$ref": "#/then/else/then/$defs/metadata"
                  },
                  "task": {
                    "$ref": "#/then/else/then/else/then/$defs/task"
                  },
                  "customConfiguration": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "additionalProperties": false
              },
              "else": {
                "properties": {
                  "specVersion": {
                    "enum": [
                      "2.0"
                    ]
                  },
                  "kind": {
                    "enum": [
                      "extension"
                    ]
                  },
                  "type": {
                    "enum": [
                      "task"
                    ]
                  },
                  "metadata": {
                    "$ref": "#/then/else/then/$defs/metadata"
                  },
                  "task": {
                    "$ref": "#/then/else/then/else/then/$defs/task"
                  }
                },
                "additionalProperties": false,
                "type": "object"
              }
            },
            "$defs": {
              "task": {
                "type": "object",
                "properties": {
                  "path": {
                    "type": "string"
                  }
                },
                "additionalProperties": false
              }
            }
          },
          "else": {
            "if": {
              "type": "object",
              "properties": {
                "type": {
                  "const": "server-middleware"
                }
              }
            },
            "then": {
              "type": "object",
              "required": [
                "specVersion",
                "kind",
                "type",
                "metadata",
                "middleware"
              ],
              "if": {
                "properties": {
                  "specVersion": {
                    "enum": [
                      "3.0",
                      "3.1",
                      "3.2",
                      "4.0"
                    ]
                  }
                }
              },
              "then": {
                "type": "object",
                "properties": {
                  "specVersion": {
                    "enum": [
                      "3.0",
                      "3.1",
                      "3.2",
                      "4.0"
                    ]
                  },
                  "kind": {
                    "enum": [
                      "extension"
                    ]
                  },
                  "type": {
                    "enum": [
                      "server-middleware"
                    ]
                  },
                  "metadata": {
                    "$ref": "#/then/else/then/$defs/metadata-3.0"
                  },
                  "middleware": {
                    "$ref": "#/then/else/then/else/else/then/$defs/middleware"
                  },
                  "customConfiguration": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "additionalProperties": false
              },
              "else": {
                "if": {
                  "type": "object",
                  "properties": {
                    "specVersion": {
                      "enum": [
                        "2.1",
                        "2.2",
                        "2.3",
                        "2.4",
                        "2.5",
                        "2.6"
                      ]
                    }
                  }
                },
                "then": {
                  "type": "object",
                  "properties": {
                    "specVersion": {
                      "enum": [
                        "2.1",
                        "2.2",
                        "2.3",
                        "2.4",
                        "2.5",
                        "2.6"
                      ]
                    },
                    "kind": {
                      "enum": [
                        "extension"
                      ]
                    },
                    "type": {
                      "enum": [
                        "server-middleware"
                      ]
                    },
                    "metadata": {
                      "$ref": "#/then/else/then/$defs/metadata"
                    },
                    "middleware": {
                      "$ref": "#/then/else/then/else/else/then/$defs/middleware"
                    },
                    "customConfiguration": {
                      "type": "object",
                      "additionalProperties": true
                    }
                  },
                  "additionalProperties": false
                },
                "else": {
                  "properties": {
                    "specVersion": {
                      "enum": [
                        "2.0"
                      ]
                    },
                    "kind": {
                      "enum": [
                        "extension"
                      ]
                    },
                    "type": {
                      "enum": [
                        "server-middleware"
                      ]
                    },
                    "metadata": {
                      "$ref": "#/then/else/then/$defs/metadata"
                    },
                    "middleware": {
                      "$ref": "#/then/else/then/else/else/then/$defs/middleware"
                    }
                  },
                  "additionalProperties": false,
                  "type": "object"
                }
              },
              "$defs": {
                "middleware": {
                  "type": "object",
                  "properties": {
                    "path": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": false
                }
              }
            },
            "else": {
              "if": {
                "type": "object",
                "properties": {
                  "type": {
                    "const": "project-shim"
                  }
                }
              },
              "then": {
                "type": "object",
                "required": [
                  "specVersion",
                  "kind",
                  "type",
                  "metadata",
                  "shims"
                ],
                "if": {
                  "type": "object",
                  "properties": {
                    "specVersion": {
                      "enum": [
                        "3.0",
                        "3.1",
                        "3.2",
                        "4.0"
                      ]
                    }
                  }
                },
                "then": {
                  "type": "object",
                  "properties": {
                    "specVersion": {
                      "enum": [
                        "3.0",
                        "3.1",
                        "3.2",
                        "4.0"
                      ]
                    },
                    "kind": {
                      "enum": [
                        "extension"
                      ]
                    },
                    "type": {
                      "enum": [
                        "project-shim"
                      ]
                    },
                    "metadata": {
                      "$ref": "#/then/else/then/$defs/metadata-3.0"
                    },
                    "shims": {
                      "$ref": "#/then/else/then/else/else/else/then/$defs/shims"
                    },
                    "customConfiguration": {
                      "type": "object",
                      "additionalProperties": true
                    }
                  },
                  "additionalProperties": false
                },
                "else": {
                  "if": {
                    "type": "object",
                    "properties": {
                      "specVersion": {
                        "enum": [
                          "2.1",
                          "2.2",
                          "2.3",
                          "2.4",
                          "2.5",
                          "2.6"
                        ]
                      }
                    }
                  },
                  "then": {
                    "type": "object",
                    "properties": {
                      "specVersion": {
                        "enum": [
                          "2.1",
                          "2.2",
                          "2.3",
                          "2.4",
                          "2.5",
                          "2.6"
                        ]
                      },
                      "kind": {
                        "enum": [
                          "extension"
                        ]
                      },
                      "type": {
                        "enum": [
                          "project-shim"
                        ]
                      },
                      "metadata": {
                        "$ref": "#/then/else/then/$defs/metadata"
                      },
                      "shims": {
                        "$ref": "#/then/else/then/else/else/else/then/$defs/shims"
                      },
                      "customConfiguration": {
                        "type": "object",
                        "additionalProperties": true
                      }
                    },
                    "additionalProperties": false
                  },
                  "else": {
                    "properties": {
                      "specVersion": {
                        "enum": [
                          "2.0"
                        ]
                      },
                      "kind": {
                        "enum": [
                          "extension"
                        ]
                      },
                      "type": {
                        "enum": [
                          "project-shim"
                        ]
                      },
                      "metadata": {
                        "$ref": "#/then/else/then/$defs/metadata"
                      },
                      "shims": {
                        "$ref": "#/then/else/then/else/else/else/then/$defs/shims"
                      }
                    },
                    "additionalProperties": false,
                    "type": "object"
                  }
                },
                "$defs": {
                  "shims": {
                    "type": "object",
                    "properties": {
                      "configurations": {
                        "type": "object",
                        "additionalProperties": false,
                        "patternProperties": {
                          ".+": {
                            "type": "object"
                          }
                        }
                      },
                      "dependencies": {
                        "type": "object",
                        "additionalProperties": false,
                        "patternProperties": {
                          ".+": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "collections": {
                        "type": "object",
                        "additionalProperties": false,
                        "patternProperties": {
                          ".+": {
                            "type": "object",
                            "properties": {
                              "modules": {
                                "type": "object",
                                "additionalProperties": false,
                                "patternProperties": {
                                  ".+": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "additionalProperties": false
                          }
                        }
                      }
                    },
                    "additionalProperties": false
                  }
                }
              }
            }
          }
        },
        "$defs": {
          "metadata": {
            "type": "object",
            "required": [
              "name"
            ],
            "properties": {
              "name": {
                "type": "string"
              },
              "copyright": {
                "type": "string"
              }
            },
            "additionalProperties": false
          },
          "metadata-3.0": {
            "type": "object",
            "required": [
              "name"
            ],
            "properties": {
              "name": {
                "type": "string",
                "minLength": 3,
                "maxLength": 80,
                "pattern": "^(?:@[0-9a-z-_.]+\\/)?[a-z][0-9a-z-_.]*$",
                "title": "Extension Name",
                "description": "Unique identifier for the extension, for example: ui5-task-fearless-rock",
                "errorMessage": "Not a valid extension name. It must consist of lowercase alphanumeric characters, dash, underscore, and period only. Additionally, it may contain an npm-style package scope. For details, see: https://ui5.github.io/cli/stable/pages/Configuration/#name"
              },
              "copyright": {
                "type": "string"
              }
            },
            "additionalProperties": false
          }
        }
      }
    }
  },
  "$comment": "See https://ui5.github.io/cli/",
  "required": [
    "specVersion"
  ]
}
