summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/inheritance/father.sd
blob: bb2351e74143504b034e4d9a82f0c2ef1a1887c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
document father inherits grandparent {
    
  field onlyfather type string {
    indexing: summary
  }

  field overridden type int {
    indexing: summary
  }

}