commonMain.io.github.optimumcode.json.schema.Annotations.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!
@file:JvmName("Annotations")
package io.github.optimumcode.json.schema
import io.github.optimumcode.json.schema.internal.factories.general.FormatAssertionFactory
import kotlin.jvm.JvmField
import kotlin.jvm.JvmName
/**
* Key for getting annotation from `format` assertion
*/
@JvmField
public val FORMAT_ANNOTATION: AnnotationKey = FormatAssertionFactory.ANNOTATION