aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/reference_from_several/parent.sd
blob: e9295d32245c59285069ba97a58dd590a627effc (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.
schema parent {
   document parent {
       field x type int {
           indexing: attribute
       }
   }
}