sttp.apispec.AnySchema$
See theAnySchema companion trait
object AnySchema
Attributes
Members list
Concise view
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
- Graph
- Supertypes
- trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait AnySchematrait SchemaLikeclass Objecttrait Matchableclass Any
- Self type
- Anything.type
object Encoding
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
- Graph
- Supertypes
- trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait AnySchematrait SchemaLikeclass Objecttrait Matchableclass Any
- 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