summaryrefslogtreecommitdiffstats
path: root/tests/auto/partition/json/pk-capability.json
blob: eea7caeb902eaff5f3430d9c4e272c9a3788c9d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[
    {
        "_type": "_schemaType",
        "name": "PrimaryKeyTest",
        "schema": {
            "type": "object",
            "primaryKey": ["_type", "name"],
            "properties": {
                "name": {
                    "type": "string",
                    "description": "Name of the object"
                }
            }
        }
    },
    {
        "_type": "PrimaryKeyTest",
        "name": "foobar",
        "otherStuff": {
            "dataflow": {
                "number": "6.847"
            }
        }
    }
]