summaryrefslogtreecommitdiff
path: root/json/output-tests/draft2019-09/content/readOnly.json
blob: 62db1a83ce2b9461e4fe8acb0ade2e4875d5a870 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
[
    {
        "description": "readOnly generates its value as an annotation",
        "schema": {
            "$schema": "https://json-schema.org/draft/2019-09/schema",
            "$id": "https://json-schema.org/tests/content/draft2019-09/readOnly/0",
            "readOnly": true
        },
        "tests": [
            {
                "description": "readOnly is true",
                "data": 1,
                "output": {
                    "basic": {
                        "$id": "https://json-schema.org/tests/content/draft2019-09/readOnly/0/tests/0/basic",
                        "$ref": "/draft/2019-09/output/schema",
                        "properties": {
                            "annotations": {
                                "contains": {
                                    "type": "object",
                                    "properties": {
                                        "keywordLocation": {"const": "/readOnly"},
                                        "absoluteKeywordLocation": {"const": "https://json-schema.org/tests/content/draft2019-09/readOnly/0#/readOnly"},
                                        "instanceLocation": {"const": ""},
                                        "annotation": {"const": true}
                                    },
                                    "required": ["keywordLocation", "instanceLocation", "annotation"]
                                }
                            },
                            "errors": false
                        },
                        "required": ["annotations"]
                    }
                }
            }
        ]
    }
]