org.http4k.util.deprecatedContract.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http4k-contract Show documentation
Show all versions of http4k-contract Show documentation
http4k typesafe HTTP contracts and OpenApi support
package org.http4k.util
@Deprecated("moved", ReplaceWith("org.http4k.contract.jsonschema.JsonSchema"))
typealias JsonSchema = org.http4k.contract.jsonschema.JsonSchema
@Deprecated("moved", ReplaceWith("org.http4k.contract.jsonschema.JsonSchemaCreator"))
typealias JsonSchemaCreator = org.http4k.contract.jsonschema.JsonSchemaCreator