PartiallyAppliedPathSchema

oxygen.http.schema.partial.PartiallyAppliedPathSchema

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

final case class Const(path: String)
final case class Param(name: String, tpe: Path, schema: AnySchema, doc: Option[String])