|
17 | 17 | ], |
18 | 18 | "additionalProperties": false, |
19 | 19 | "properties": { |
| 20 | + "$schema": { |
| 21 | + "description": "JSON Schema URI (used by some editors)", |
| 22 | + "type": "string", |
| 23 | + "default": "NewDisputeTemplate.schema.json" |
| 24 | + }, |
20 | 25 | "category": { |
21 | 26 | "type": "string", |
22 | 27 | "default": "", |
|
135 | 140 | { |
136 | 141 | "id": "0x01", |
137 | 142 | "title": "Yes", |
| 143 | + "description": "Accept the request.", |
138 | 144 | "reserved": false |
139 | 145 | }, |
140 | 146 | { |
141 | 147 | "id": "0x02", |
142 | 148 | "title": "No", |
| 149 | + "description": "Refuse the request.", |
143 | 150 | "reserved": false |
144 | 151 | } |
145 | 152 | ], |
|
149 | 156 | "default": {}, |
150 | 157 | "title": "A Schema", |
151 | 158 | "required": [ |
152 | | - "id", |
153 | | - "title", |
154 | | - "reserved" |
| 159 | + "title" |
155 | 160 | ], |
| 161 | + "dependentSchemas": { |
| 162 | + "id": { |
| 163 | + "properties": { |
| 164 | + "reserved": { |
| 165 | + "const": true |
| 166 | + } |
| 167 | + } |
| 168 | + } |
| 169 | + }, |
| 170 | + "if": { |
| 171 | + "properties": { |
| 172 | + "reserved": { |
| 173 | + "const": true |
| 174 | + } |
| 175 | + } |
| 176 | + }, |
| 177 | + "then": { |
| 178 | + "dependentRequired": { |
| 179 | + "id": true |
| 180 | + } |
| 181 | + }, |
| 182 | + "additionalProperties": false, |
156 | 183 | "properties": { |
157 | 184 | "id": { |
158 | 185 | "type": "string", |
|
186 | 213 | "Invalid/Refuse to Arbitrate" |
187 | 214 | ] |
188 | 215 | }, |
| 216 | + "description": { |
| 217 | + "type": "string", |
| 218 | + "default": "", |
| 219 | + "title": "The description Schema", |
| 220 | + "examples": [ |
| 221 | + "Accept the request to register the entry.", |
| 222 | + "Accept the request to remove the entry.", |
| 223 | + "Deny the request.", |
| 224 | + "Reject the claim if any of the acceptance criteria do not hold.", |
| 225 | + "Select this if you think the entry complies with the required criteria and should be added.", |
| 226 | + "Select this if you think the entry complies with the required criteria and should not be removed.", |
| 227 | + "Select this if you think the entry does not comply with the required criteria and should be removed.", |
| 228 | + "Select this if you think the entry does not comply with the required criteria and should not be added.", |
| 229 | + "Select this if you think the list complies with the required criteria and should be added.", |
| 230 | + "Select this if you think the list complies with the required criteria and should not be removed.", |
| 231 | + "Select this if you think the list does not comply with the required criteria and should be removed.", |
| 232 | + "Select this if you think the list does not comply with the required criteria and should not be added.", |
| 233 | + "Select this if you think the market complies with the required criteria and should be added.", |
| 234 | + "Select this if you think the market complies with the required criteria and should not be removed.", |
| 235 | + "Select this if you think the market does not comply with the required criteria and should be removed.", |
| 236 | + "Select this if you think the market does not comply with the required criteria and should not be added.", |
| 237 | + "Select this if you think the token and project comply with the required criteria and the badge should be added.", |
| 238 | + "Select this if you think the token and project comply with the required criteria and the badge should be kept.", |
| 239 | + "Select this if you think the token and/or project do(es) not comply with the required criteria and the badge should be removed.", |
| 240 | + "Select this if you think the token and/or project do(es) not comply with the required criteria and the badge should not be added.", |
| 241 | + "Select this if you think the token information is correct and the token should be added to the registry.", |
| 242 | + "Select this if you think the token information is correct and the token should not be removed from the registry.", |
| 243 | + "Select this if you think the token information is incorrect and the token should be not be added to the registry.", |
| 244 | + "Select this if you think the token information is incorrect and the token should be removed from the registry.", |
| 245 | + "Select this if you think the translation complies with the required criteria.", |
| 246 | + "Select this if you think the translation does not comply with the required criteria.", |
| 247 | + "Select this if you think the validator complies with the required criteria and should be added.", |
| 248 | + "Select this if you think the validator complies with the required criteria and should not be removed.", |
| 249 | + "Select this if you think the validator does not comply with the required criteria and should be removed.", |
| 250 | + "Select this if you think the validator does not comply with the required criteria and should not be added.", |
| 251 | + "Select to release funds to the Receiver", |
| 252 | + "Select to return funds to the Sender" |
| 253 | + ] |
| 254 | + }, |
189 | 255 | "reserved": { |
190 | 256 | "type": "boolean", |
191 | 257 | "default": false, |
|
202 | 268 | "title": "Answered Too Soon", |
203 | 269 | "reserved": true |
204 | 270 | }, |
205 | | - { |
206 | | - "id": "0x00", |
207 | | - "title": "Invalid/Refuse to Arbitrate", |
208 | | - "reserved": true |
209 | | - }, |
210 | 271 | { |
211 | 272 | "id": "0x01", |
212 | 273 | "title": "Yes", |
| 274 | + "description": "Accept the request.", |
213 | 275 | "reserved": false |
214 | 276 | }, |
215 | 277 | { |
216 | 278 | "id": "0x02", |
217 | 279 | "title": "No", |
| 280 | + "description": "Refuse the request.", |
218 | 281 | "reserved": false |
219 | 282 | } |
220 | 283 | ] |
|
0 commit comments