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

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