View Issue Details

IDProjectCategoryView StatusLast Update
000384510000-006: MappingsSpecpublic2017-06-27 16:25
Reportermlang Assigned Torandyarmstrong  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0003845: JSON example not correct
Description

Target: Part 6 - Mappings, RC 1.04.17
The JSON example from chapter 5.4.5 is not correct.
In relation to the RFC7159 the JSON exmaple must be:

{
"X":1234,
"Y":[ { "A":1, "B":2}, {"A":3, "B":4} ],
"Z":5678
}

Additional Information

Here an example from the RFC7159, chapter 13:

{
"Image": {
"Width": 800,
"Height": 600,
"Title": "View from 15th Floor",
"Thumbnail": {
"Url": "http://www.example.com/image/481989943",
"Height": 125,
"Width": 100
},
"Animated" : false,
"IDs": [116, 943, 234, 38793]
}
}

TagsNo tags attached.
Commit Version
Fix Due Date

Activities

randyarmstrong

2017-06-24 21:44

administrator   ~0008242

Believe this was already fixed in current version.

Jim Luth

2017-06-27 16:25

administrator   ~0008252

Agreed to changes in telecon.

Issue History

Date Modified Username Field Change
2017-05-23 12:46 mlang New Issue
2017-06-24 21:44 randyarmstrong Note Added: 0008242
2017-06-24 21:44 randyarmstrong Status new => resolved
2017-06-24 21:44 randyarmstrong Resolution open => no change required
2017-06-24 21:44 randyarmstrong Assigned To => randyarmstrong
2017-06-27 16:24 Jim Luth Resolution no change required => fixed
2017-06-27 16:25 Jim Luth Note Added: 0008252
2017-06-27 16:25 Jim Luth Status resolved => closed
2017-06-27 16:25 Jim Luth Fixed in Version => 1.04