JsonSchemaReaderCaseResult
class
Represents the outcome of a
ISchemaReaderCase<,>
.
Constructors
Initializes a new instance of the
JsonSchemaReaderCaseResult
class.
Properties
Gets or sets
Exception
s related to the inapplicability of the case. If
Schema
is not null, these exceptions should be interpreted as
warnings.
Gets or sets the
Schema
built by applying the case. If null, the
case was not applied successfully.
Methods
Creates a new
JsonSchemaReaderCaseResult
for an unsuccessful outcome.
Creates a new
JsonSchemaReaderCaseResult
for an unsuccessful outcome.