QuerySchema

harness.endpoint.spec.QuerySchema
final case class QuerySchema(requirement: SchemaRequirement, key: String, schema: Schema[_]) extends NonPathSchema

Attributes

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

Members list

Value members

Concrete methods

def showBasic: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

final val source: SchemaSource

Attributes

Inherited from:
NonPathSchema