aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/validation/document_references_validation/schemas/ad.sd
blob: dd6dd61428eb9be59ee630b3aae9a8d09efae25c (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search ad {
  document ad {
    field campaign_ref type reference<campaign> {
      indexing: attribute | summary
    }
  }
  import field campaign_ref.budget as my_budget {}
}