issues
search
microsoft
/
jschema
Includes an implementation of JSON Schema Draft 4, an implementation of JSON pointer, and a JSON-schema-to-C# code generator
Apache License 2.0
120
stars
28
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
jschema Fix build
#174
shaopeng-gh
closed
1 year ago
0
Fix `PropertyNameHint` not functional when Pascal case is used.
#173
shaopeng-gh
closed
1 year ago
0
Improvement: remove unnecessary initialization of property default value in ToDotNet
#172
shaopeng-gh
opened
1 year ago
0
FEATURE: Merge `HintKind`: `PropertyNameHint` and `PropertyModifiersHint` into one `PropertyHint` and Add a new setting `typeName`
#171
shaopeng-gh
closed
1 year ago
0
releasing v2.3.0
#170
shaopeng-gh
closed
1 year ago
0
Added support to validate Json against string format attribute from JSON Schema
#169
riteshksriv
closed
1 year ago
1
Releasing 2.2.0
#168
shaopeng-gh
closed
2 years ago
0
* BREAKING: .NET type to express Json integers now will be nullable if the property is not required and also without default.
#167
shaopeng-gh
closed
2 years ago
0
FEATURE: Add new option for specifying .NET type to express Json numbers: `--generate-json-number-as = double | float | decimal` with a default of `double`.
#166
shaopeng-gh
closed
2 years ago
0
Releasing 2.1.0
#165
shaopeng-gh
closed
2 years ago
0
Support Nullable Guid
#164
shaopeng-gh
closed
2 years ago
0
Releasing 2.0.0
#163
shaopeng-gh
closed
2 years ago
2
pull thefringeninja/jschema support uuids
#162
shaopeng-gh
closed
2 years ago
0
Examine `Equals` methods and add tests
#161
shaopeng-gh
opened
2 years ago
0
Evaluate and add option `--generate-json-number-as`
#160
shaopeng-gh
closed
2 years ago
1
Support UUIDs
#159
thefringeninja
closed
2 years ago
1
FEATURE: Add new option `--generate-integer-as`
#158
shaopeng-gh
closed
2 years ago
3
Loosen Newtonsoft.JSON minimum version requirement from v13.0.1 to v9.0.1
#157
shaopeng-gh
closed
2 years ago
10
Releasing 1.1.5
#156
marmegh
closed
2 years ago
0
Update to Newtonsoft v13.0.1
#155
marmegh
closed
2 years ago
0
Bump Newtonsoft.Json from 9.0.1 to 13.0.1 in /src/Json.Schema.ToDotNet
#154
dependabot[bot]
closed
2 years ago
1
Bump Newtonsoft.Json from 9.0.1 to 13.0.1 in /src/Json.Schema.ToDotNet.UnitTests
#153
dependabot[bot]
closed
2 years ago
1
Bump Newtonsoft.Json from 9.0.1 to 13.0.1 in /src/Json.Schema
#152
dependabot[bot]
closed
2 years ago
1
Bump Newtonsoft.Json from 9.0.1 to 13.0.1 in /src/Json.Pointer
#151
dependabot[bot]
closed
2 years ago
1
This repo is missing important files
#150
microsoft-github-policy-service[bot]
closed
2 years ago
0
Adding Microsoft SECURITY.MD
#149
microsoft-github-policy-service[bot]
closed
2 years ago
0
Releasing v1.1.4
#148
marmegh
closed
2 years ago
0
fix property name
#147
chunliu
closed
2 years ago
0
Add Comparer code generator
#146
yongyan-gh
closed
2 years ago
5
Enable CodeQL Analysis for C#
#145
eddynaka
closed
2 years ago
0
See if jschema can change to support Big Integer instead of max 64 bit integer
#144
shaopeng-gh
closed
2 years ago
1
Migrating to netcoreapp3.1
#143
eddynaka
closed
2 years ago
0
check possibility to merge `JSON1006.ValueTooLarge` and `JSON1008.ValueTooSmall` into one `ValueOutOfRange` rule
#142
shaopeng-gh
opened
2 years ago
0
Auto-generate IComparer implementation code for all entities
#141
yongyan-gh
closed
2 years ago
1
Support of generate field order attribute
#140
shaopeng-gh
opened
2 years ago
0
Update validator to use latest SARIF SDK (2.4.14)
#139
shaopeng-gh
closed
2 years ago
2
Fixing wrong array logic
#138
eddynaka
closed
3 years ago
0
Support partial classes
#137
raghavendra3790
closed
3 years ago
1
Json.Schema.Validation, wrong result
#136
MDMS17
opened
3 years ago
0
Enable symbols
#135
eddynaka
closed
3 years ago
0
Set up CI with Azure Pipelines
#134
eddynaka
closed
3 years ago
0
Fixed error with schema type converter
#133
zeus82
closed
3 years ago
2
Support Uuids
#132
thefringeninja
closed
2 years ago
6
Evaluating JPointer can report incorrect start line
#131
ghost
closed
4 years ago
2
Don't report validation error locations or artifact locations as absolute URIs.
#130
ghost
opened
4 years ago
0
Improved messages; e2e tests; bug fixes.
#129
ghost
closed
4 years ago
0
Improve messages.
#128
ghost
closed
4 years ago
0
Fix #126: Implement value equality on JsonPointer.
#127
ghost
closed
4 years ago
0
Implement value equality on JsonPointer
#126
ghost
closed
4 years ago
0
Unions with Relative Uris don't parse correctly
#125
dgoemans
closed
4 years ago
1
Next