![JAR search and dependency download from the Maven repository](/logo.png)
com.ancientlightstudios.quarkus.kotlin.openapi.models.transformable.SchemaModifier.kt Maven / Gradle / Ivy
package com.ancientlightstudios.quarkus.kotlin.openapi.models.transformable
enum class SchemaModifier {
// a schema marked as readOnly is only available in the response
ReadOnly,
// a schema marked as writeOnly is only available in the request
WriteOnly
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy