File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 304
304
"valid" : true
305
305
},
306
306
{
307
- "description" : " valid JSON-pointer used to add something to the last position of an array" ,
307
+ "description" : " valid JSON-pointer used adding to the last array position " ,
308
308
"data" : " /foo/-" ,
309
309
"valid" : true
310
310
},
319
319
"valid" : true
320
320
},
321
321
{
322
- "description" : " valid JSON-pointer (escaped characters with fraction part) #1" ,
322
+ "description" : " valid JSON-pointer (escaped with fraction part) #1" ,
323
323
"data" : " /~1.1" ,
324
324
"valid" : true
325
325
},
326
326
{
327
- "description" : " valid JSON-pointer (escaped characters with fraction part) #2" ,
327
+ "description" : " valid JSON-pointer (escaped with fraction part) #2" ,
328
328
"data" : " /~0.1" ,
329
329
"valid" : true
330
330
},
331
331
{
332
- "description" : " not a valid JSON-pointer (URI Fragment Identifier Representation ) #1" ,
332
+ "description" : " not a valid JSON-pointer (URI Fragment Identifier) #1" ,
333
333
"data" : " #" ,
334
334
"valid" : false
335
335
},
336
336
{
337
- "description" : " not a valid JSON-pointer (URI Fragment Identifier Representation ) #2" ,
337
+ "description" : " not a valid JSON-pointer (URI Fragment Identifier) #2" ,
338
338
"data" : " #/" ,
339
339
"valid" : false
340
340
},
341
341
{
342
- "description" : " not a valid JSON-pointer (URI Fragment Identifier)" ,
342
+ "description" : " not a valid JSON-pointer (URI Fragment Identifier) #3 " ,
343
343
"data" : " #a" ,
344
344
"valid" : false
345
345
},
379
379
"valid" : false
380
380
},
381
381
{
382
- "description" : " not a valid JSON-pointer (isn't empty nor starts with /) #2 " ,
382
+ "description" : " not a valid JSON-pointer (isn't empty nor starts with /) #3 " ,
383
383
"data" : " a/a" ,
384
384
"valid" : false
385
385
}
You can’t perform that action at this time.
0 commit comments