0.1.5477.36883
30 Dec 14
Toggle Dropdown
Compare to version...
with 1.4.5731.36729
Toggle Dropdown
Download Package
Open in NuGet
<
PackageReference
Include
=
"NJsonSchema"
Version
=
"0.1.5477.36883"
/>
API Differences between 0.1.5477.36883 and 1.4.5731.36729
6
Additions
34
Removals
NJsonSchema
public
interface
ISchemaResolver
public
class
JsonObjectTypeDescription
public
static
class
JsonPathUtilities
public
class
JsonProperty
:
JsonSchema4
public
string
Name
{
get
; }
public
string
Key
{
get
; }
public
class
JsonSchema4
public
virtual
JsonSchema4
ActualSchema
{
get
; }
public
JsonSchema4
AdditionalItemsSchema
{
get
;
set
; }
public
JsonSchema4
AdditionalPropertiesSchema
{
get
;
set
; }
public
bool
AllowAdditionalItems
{
get
;
set
; }
public
bool
AllowAdditionalProperties
{
get
;
set
; }
public
ICollection
<
object
>
Enumeration
{
get
; }
public
ICollection
<
string
>
Enumeration
{
get
; }
public
bool
HasSchemaReference
{
get
; }
public
bool
IsDictionary
{
get
; }
public
JsonSchema4
Item
{
get
;
set
; }
public
ICollection
<
JsonSchema4
>
Items
{
get
; }
public
JsonSchema4
Items
{
get
;
set
; }
public
virtual
JsonSchema4
ParentSchema
{
get
; }
public
virtual
JsonSchema4
Parent
{
get
; }
public
IDictionary
<
string
,
JsonProperty
>
PatternProperties
{
get
; }
public
JsonSchema4
SchemaReference
{
get
;
set
; }
public
string
SchemaVersion
{
get
;
set
; }
public
string
Schema
{
get
;
set
; }
public
string
TypeName
{
get
;
set
; }
public
static
JsonSchema4
CreateTypeReference
(
JsonSchema4
schema
)
public
static
JsonSchema4
FromType
(
Type
type
)
public
class
JsonSchemaGenerator
public
static
class
JsonSchemaReferenceUtilities
public
class
SchemaResolver
:
ISchemaResolver
NJsonSchema.Validation
public
class
ChildSchemaValidationError
:
ValidationError
public
enum
ValidationErrorKind
AdditionalItemNotValid
=
30
AdditionalPropertiesNotValid
=
31
ArrayItemNotValid
=
29
EmailExpected
=
27
IntegerTooSmall
=
14
TooFewProperties
=
34
TooManyItemsInTuple
=
28
TooManyProperties
=
33
TooManyPropertiesInTuple
=
32
UriExpected
=
19