{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "allOf": [
    {
      "$ref": "https://json.schemastore.org/appsettings.json"
    },
    {
      "$ref": "appsettings-schema.Umbraco.Cms.json#"
    }
  ]
}