commonMain.io.github.optimumcode.json.schema.internal.SchemaLoaderContext.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of json-schema-validator Show documentation
Show all versions of json-schema-validator Show documentation
Multiplatform Kotlin implementation of JSON schema validator
The newest version!
package io.github.optimumcode.json.schema.internal
import com.eygraber.uri.Uri
internal interface SchemaLoaderContext {
val baseId: Uri
fun ref(refId: String): RefId
}