aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/schemainheritance/importedschema.sd
blob: 88528b422e457733173f7089fb198787794ae3a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
schema importedschema {

    document importedschema {

        field importedfield1 type string {
           indexing: attribute
        }

        field importedfield2 type string {
           indexing: attribute
        }

    }

}