summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/validation/document_references_validation/schemas/campaign.sd
blob: 9e208e397b9ccc40ea79a86a2e55aa2f7c3efc18 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search campaign {
  document campaign {
    field budget type int {
      indexing: attribute
    }
  }
}