<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:#0563C1;
        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="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal>I may need to include SimpleType in the schema autogenerator.  Let me know.  I currently check to see if allowAdditionalEnumerationValues is set and if it isn’t, I spit out an enum from the field’s enumeration tag.  Actually, I missed one place.  So here’s the 3.3 (5.1) schema (autogenerated, jsonlinted) with the patches.  Attached, gzipped.  You won’t approve this one, but it will probably ultimately be the way we go, unless we can do a oneOf and/or additionalItems on enums (Roy? Got a pattern that works?).  Original is here for now, until a new version is approved: <a href="https://raw.githubusercontent.com/coderextreme/X3DJSONLD/master/src/main/schema/x3d-5.1-JSONSchema.json">https://raw.githubusercontent.com/coderextreme/X3DJSONLD/master/src/main/schema/x3d-5.1-JSONSchema.json</a></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>With this schema, we no longer have to add font families to the schema.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Also review naming scheme for things with |’s.  I didn’t quite know what to do to autogenerate them.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I really would like to work with someone to polish up the autogenerated schema (make sure both the hand generated and autogenerated schemas reject and accept the same files—or know why they don’t), so we can release it.  We need people with an eye for detail, who can spot bugs in detailed error reports and JSON files (with some guidance), and can pick up JSON schema fast.  I will see if I can find or pay someone to do it.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>John</p></div></body></html>