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