aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/documents.sd
blob: dae743f1f93b81b8aca07f1a6fef65f286c99bc8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
# Files can also contain documents only.
# These may be inherited by other document definitions, or may
# just represent some stored data
document one {

  field title type string {
  }

  field other type string {
  }

}

document two {

  field something type string {
  }

}