I was attempting to use the stringpairs representation for a schema, but got an error when trying to pass it to the create() function in typed.js.
Here's the schema I used:
type Example {String:String} representation stringpairs {
entryDelim ","
innerDelim " "
}
Did I do something wrong? It appears as though typed.js just doesn't support this functionality.