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

commonMain.io.github.optimumcode.json.schema.extension.ExternalLoadingContext.kt Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
package io.github.optimumcode.json.schema.extension

import io.github.optimumcode.json.pointer.JsonPointer

public interface ExternalLoadingContext {
  /**
   * A JSON pointer to the current position in schema associated with currently processing element
   */
  public val schemaPath: JsonPointer
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy