pwall567 / json-kotlin-schema

Kotlin implementation of JSON Schema (Draft 07)
MIT License
88 stars 12 forks source link

Missing Classes #9

Closed jaredrummler closed 1 year ago

jaredrummler commented 1 year ago

Several classes are missing from the project. The following imports failed to resolve:

import net.pwall.json.JSON
import net.pwall.json.JSONBoolean
import net.pwall.json.JSONMapping
import net.pwall.json.JSONNumberValue
import net.pwall.json.JSONSequence
import net.pwall.json.JSONString
import net.pwall.json.JSONValue
import net.pwall.json.pointer.JSONPointer
pwall567 commented 1 year ago

Hi – under normal circumstances your build system will pick those up as transitive dependencies. All dependencies are listed in the pom.xml file.

What build system are you using?

jaredrummler commented 1 year ago

Hi Peter,

I apologize; this was an issue with my build system. I will close the issue.

I was attempting to use your code generator for NIST V2 1500-100 but it has a recursiveRef.