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

commonMain.io.github.optimumcode.json.schema.extension.ExternalAssertionContext.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 ExternalAssertionContext {
  /**
   * A JSON pointer to the currently validating element in the object that is being validated
   */
  public val objectPath: JsonPointer

  /**
   * The [ExternalAnnotationCollector] associated with currently validating element
   */
  public val annotationCollector: ExternalAnnotationCollector
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy