|
2 | 2 | { |
3 | 3 | "description": |
4 | 4 | "additionalProperties being false does not allow other properties", |
| 5 | + "specification":{ |
| 6 | + "jsonschema":"https://json-schema.org/draft/2020-12/draft-bhutton-json-schema-01#section-10.3.2.3-1" |
| 7 | + }, |
5 | 8 | "schema": { |
6 | 9 | "$schema": "https://json-schema.org/draft/2020-12/schema", |
7 | 10 | "properties": {"foo": {}, "bar": {}}, |
|
63 | 66 | }, |
64 | 67 | { |
65 | 68 | "description": "additionalProperties with schema", |
| 69 | + "specification":{ |
| 70 | + "jsonschema":"https://json-schema.org/draft/2020-12/draft-bhutton-json-schema-01#section-10.3.2.3-1" |
| 71 | + }, |
66 | 72 | "schema": { |
67 | 73 | "$schema": "https://json-schema.org/draft/2020-12/schema", |
68 | 74 | "properties": {"foo": {}, "bar": {}}, |
|
108 | 114 | }, |
109 | 115 | { |
110 | 116 | "description": "additionalProperties are allowed by default", |
| 117 | + "specification":{ |
| 118 | + "jsonschema":"https://json-schema.org/draft/2020-12/draft-bhutton-json-schema-01#section-10.3.2.3-5" |
| 119 | + }, |
111 | 120 | "schema": { |
112 | 121 | "$schema": "https://json-schema.org/draft/2020-12/schema", |
113 | 122 | "properties": {"foo": {}, "bar": {}} |
|
122 | 131 | }, |
123 | 132 | { |
124 | 133 | "description": "additionalProperties does not look in applicators", |
| 134 | + "specification":{ |
| 135 | + "jsonschema":"https://json-schema.org/draft/2020-12/draft-bhutton-json-schema-01#section-10.2-2" |
| 136 | + }, |
125 | 137 | "schema": { |
126 | 138 | "$schema": "https://json-schema.org/draft/2020-12/schema", |
127 | 139 | "allOf": [ |
|
139 | 151 | }, |
140 | 152 | { |
141 | 153 | "description": "additionalProperties with null valued instance properties", |
| 154 | + "specification":{ |
| 155 | + "jsonschema": "https://json-schema.org/draft/2020-12/draft-bhutton-json-schema-01#section-10.3.2.3-1" |
| 156 | + }, |
142 | 157 | "schema": { |
143 | 158 | "$schema": "https://json-schema.org/draft/2020-12/schema", |
144 | 159 | "additionalProperties": { |
|
0 commit comments