jsonschema-core
0.5.0
jsonschema-core
API
net.hamnaberg.schema
internal
ApiSpecModel
StringValidationPlatform
decoding
encoding
validation
Bound
Bound
Exclusive
Inclusive
Bounds
Bounds
LocalDefinitions
LocalDefinitions
Prism
Prism
Schema
Schema
AltBuilder
FieldBuilder
ValidationError
structure
AllOf
Alt
AnyOf
Custom
Defer
Enumeration
Field
Optional
Required
Field
Isos
Meta
Meta
Record
Reference
SBool
SInt
SNum
Sequence
Str
Sum
XMap
jsonschema-core
/
net.hamnaberg.schema
/
LocalDefinitions
LocalDefinitions
net.hamnaberg.schema.LocalDefinitions
See the
LocalDefinitions
companion object
final case
class
LocalDefinitions
(
value
:
ListMap
[
String
,
Schema
[
Json
]])
Attributes
Companion
object
Source
Schema.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Show all
Members list
Clear all
Value members
Concrete methods
def
get
(
name
:
String
):
Option
[
Schema
[
Json
]]
Attributes
Source
Schema.scala
def
isEmpty
:
Boolean
Attributes
Source
Schema.scala
def
modify
(
f
: (
ListMap
[
String
,
Schema
[
Json
]])
=>
ListMap
[
String
,
Schema
[
Json
]]):
LocalDefinitions
Attributes
Source
Schema.scala
def
put
(
ref
:
String
,
schema
:
Schema
[
Json
]):
LocalDefinitions
Attributes
Source
Schema.scala
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Attributes
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Attributes
Inherited from:
Product
In this article
Attributes
Members list
Value members
Concrete methods
Inherited methods