SubschemaCompatibilityIssue

sttp.apispec.validation.SubschemaCompatibilityIssue

Base class for compatibility issues which aggregate issues from a subschema. A subschema is a schema used within a structure of another schema, e.g. a schema for an array item, a property, etc.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

Inherited methods

def description: String

Attributes

Inherited from:
SchemaCompatibilityIssue
protected def form(coll: Seq[Any], singular: String, plural: String): String

Attributes

Inherited from:
SchemaCompatibilityIssue
protected def issuesRepr(issues: List[SchemaCompatibilityIssue]): String

Attributes

Inherited from:
SchemaCompatibilityIssue
protected def pluralize(what: String, coll: Seq[Any]): String

Attributes

Inherited from:
SchemaCompatibilityIssue
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Inherited from:
SchemaCompatibilityIssue