aboutsummaryrefslogtreecommitdiffstats
path: root/integration/intellij/src/test/applications/schemainheritance/importedschema.sd
blob: 29802ab99cc3ec10e0f9238eb304c75462fa07ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright Yahoo. 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
        }

    }

}