elifarley
03/07/2018, 6:16 PM"object-1161328054": {
"type": "object",
"properties": {}
},
"object158819726": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"attrs": {
"$ref": "#/definitions/object-1161328054"
},
"created": {
"type": "string"
},
"updated": {
"type": "string"
}
}
},
"object-1161328054": {
"type": "object",
"properties": {}
},
dave
03/07/2018, 8:46 PMelifarley
03/07/2018, 8:46 PMSure, I'm currently working on it. But I decided to post this, even though it's incomplete, just to kickstart the process.
What I'm doing: I am stripping all the parts of my code that are unrelated to this issue, hoping that I'll eventually get to a bare bones Kotlin file with everything needed to reproduce the problem, but nothing else.
It is quite possible that in the end, I'll find out the problem was on my part.
I think I posted a partial problem just too early, I could've waited till I had a Kotlin file to reproduce the problem... š