{ "title": "Review Form", "description": "Item Review", "properties": { "approval": { "title": "Review", "type": "string", "oneOf": [ { "const": "Approve", "title": "Approve" }, { "const": "Reject", "title": "Reject" }, { "const": "Needmoreinfo", "title": "Need More info" } ] }, "required": [ "schoolyear" ] } }