summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/inheritance/father.sd
blob: f2de5d1e8405b8735e5986f6e7c93ea26340c3ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright Yahoo. 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
  }

}