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