All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.io.github.optimumcode.json.schema.internal.SchemaLoaderContext.kt Maven / Gradle / Ivy

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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy