aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/validation/document_references_validation/schemas/campaign.sd
blob: 7446a6c099cdd2ed724e22284705e8b631a9c945 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Yahoo. 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
    }
  }
}