
commonMain.io.github.optimumcode.json.schema.internal.SchemaLoaderContext.kt Maven / Gradle / Ivy
package io.github.optimumcode.json.schema.internal
import com.eygraber.uri.Uri
internal interface SchemaLoaderContext {
val baseId: Uri
fun ref(refId: String): RefId
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy