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