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

alloy.proto.ProtoWrapped.scala Maven / Gradle / Ivy

There is a newer version: 0.19.0-41-91762fb
Show newest version
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