<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang=EN-US link=blue vlink="#954F72"><div class=WordSection1><p class=MsoNormal>$ grep File jsonerrors.txt |grep -v originals|grep -v Test|grep -v LatticeXvl|grep -v save|grep -v Unquoted | awk '{ print $2; }'</p><p class=MsoNormal>C:/x3d-code/www.web3d.org/x3d/content/examples/Basic/development/CameraPrototypes.json</p><p class=MsoNormal>C:/x3d-code/www.web3d.org/x3d/content/examples/Basic/DistributedInteractiveSimulation/BaseballBackspin.json</p><p class=MsoNormal>C:/x3d-code/www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/TextFont.json</p><p class=MsoNormal>C:/x3d-code/www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/TextSize.json</p><p class=MsoNormal>C:/x3d-code/www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/development/ModelSanCarlosChurchFeb-3-2012.json</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Please run the conversions on the .x3d files and run through a JSON parser (jsonlint?) and see!</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>$ egrep '^ file|^ version' jsonerrors.txt | sh combine.sh |grep "3\.3"|grep -v originals| awk '{ print $2; }'</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>The file below does not pass JSON schema, v 3.3.  If it is another version, please label it as so.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>keyword: enum</p><p class=MsoNormal> dataPath: .X3D.Scene['-children'][5].Switch['-children'][5].Group['-children'][3].Switch['-children'][0].ProtoInstance.fieldValue[1]['-children'][1].Transform['-children'][8].Transform['-children'][1].Transform['-children'][2].Transform['-children'][0].Shape['-geometry'].Text['-fontStyle'].FontStyle['@justify'][0]</p><p class=MsoNormal> message: should be equal to one of the allowed values</p><p class=MsoNormal> params: {"allowedValues":["BEGIN","END","FIRST","MIDDLE",""]}</p><p class=MsoNormal> file: C:/x3d-code/www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/SanCarlosCathedralWorkingVersion/SanCarlosCathedral.json</p><p class=MsoNormal> version: 3.3</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Here is the offending field I think.  Is LEFT legal?  Should we change the schema?</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>"@justify":["LEFT","MIDDLE"],</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><FontStyle justify='"LEFT" "MIDDLE"' size='0.3'/></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>We have many files that are not version 3.3, that have errors against the 3.3 schema.  I am not reporting those.</p></div></body></html>