alloy.proto.ProtoWrapped.scala Maven / Gradle / Ivy
package alloy.proto
import smithy4s.Hints
import smithy4s.Schema
import smithy4s.ShapeId
import smithy4s.ShapeTag
import smithy4s.schema.Schema.constant
final case class ProtoWrapped()
object ProtoWrapped extends ShapeTag.Companion[ProtoWrapped] {
val id: ShapeId = ShapeId("alloy.proto", "protoWrapped")
val hints: Hints = Hints(
smithy.api.Trait(selector = Some(":test(simpleType, list, map, member > simpleType, member > list, member > map)"), structurallyExclusive = None, conflicts = None, breakingChanges = None),
).lazily
implicit val schema: Schema[ProtoWrapped] = constant(ProtoWrapped()).withId(id).addHints(hints)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy