summaryrefslogtreecommitdiffstats
path: root/tests/auto/partition/schemas/ephemeral.json
blob: a065a9766d72f7907d1d4d8afeb3a27c0dbd887e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "type": "object",
  "ephemeral": "true",
  "properties": {
    "name": {
      "properties": {
        "first": {
          "indexed": true,
          "type": "string"
        },
        "last": {
          "indexed": true,
          "type": "string"
        }
      }
    }
  }
}