sttp.apispec.AnySchema
See theAnySchema companion trait
object AnySchema
Attributes
Members list
Type members
Classlikes
Json schema can be represented by the values true
or {}
(empty object). This represents any json value.
Json schema can be represented by the values true
or {}
(empty object). This represents any json value.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait AnySchematrait SchemaLikeclass Objecttrait Matchableclass AnyShow all
- Self type
-
Anything.type
object Encoding
sealed trait Encoding extends Product, Serializable
Json schema can be represented by the values false
or {"not": {}}
(object with a single property "not" which has a single value with must be the empty object". This represents no json value.
Json schema can be represented by the values false
or {"not": {}}
(object with a single property "not" which has a single value with must be the empty object". This represents no json value.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait AnySchematrait SchemaLikeclass Objecttrait Matchableclass AnyShow all
- Self type
-
Nothing.type
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article