Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions tests/draft2019-09/minLength.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
[
{
"description": "minLength validation",
"specification": [

Check notice on line 4 in tests/draft2019-09/minLength.json

View workflow job for this annotation

GitHub Actions / annotate

Specification Link

https://json-schema.org/draft/2019-09/draft-handrews-json-schema-validation-02#rfc.section.6.3.2
{
"validation": "6.3.2"
}
],
"schema": {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"minLength": 2
Expand Down Expand Up @@ -35,6 +40,11 @@
},
{
"description": "minLength validation with a decimal",
"specification": [

Check notice on line 43 in tests/draft2019-09/minLength.json

View workflow job for this annotation

GitHub Actions / annotate

Specification Link

https://json-schema.org/draft/2019-09/draft-handrews-json-schema-validation-02#rfc.section.6.3.2
{
"validation": "6.3.2"
}
],
"schema": {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"minLength": 2.0
Expand Down
10 changes: 10 additions & 0 deletions tests/draft2020-12/minLength.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
[
{
"description": "minLength validation",
"specification": [
{
"validation": "6.3.2"
}
],
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"minLength": 2
Expand Down Expand Up @@ -35,6 +40,11 @@
},
{
"description": "minLength validation with a decimal",
"specification": [
{
"validation": "6.3.2"
}
],
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"minLength": 2.0
Expand Down
5 changes: 5 additions & 0 deletions tests/draft3/minLength.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
[
{
"description": "minLength validation",
"specification": [

Check notice on line 4 in tests/draft3/minLength.json

View workflow job for this annotation

GitHub Actions / annotate

Specification Link

https://json-schema.org/draft-03/draft-zyp-json-schema-03.pdf
{
"core": "5.17"
}
],
"schema": {"minLength": 2},
"tests": [
{
Expand Down
5 changes: 5 additions & 0 deletions tests/draft4/minLength.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
[
{
"description": "minLength validation",
"specification": [

Check notice on line 4 in tests/draft4/minLength.json

View workflow job for this annotation

GitHub Actions / annotate

Specification Link

https://json-schema.org/draft-04/draft-fge-json-schema-validation-00#rfc.section.5.2.2
{
"validation": "5.2.2"
}
],
"schema": {"minLength": 2},
"tests": [
{
Expand Down
10 changes: 10 additions & 0 deletions tests/draft6/minLength.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
[
{
"description": "minLength validation",
"specification": [

Check notice on line 4 in tests/draft6/minLength.json

View workflow job for this annotation

GitHub Actions / annotate

Specification Link

https://json-schema.org/draft-06/draft-wright-json-schema-validation-01#rfc.section.6.7
{
"validation": "6.7"
}
],
"schema": {"minLength": 2},
"tests": [
{
Expand Down Expand Up @@ -32,6 +37,11 @@
},
{
"description": "minLength validation with a decimal",
"specification": [

Check notice on line 40 in tests/draft6/minLength.json

View workflow job for this annotation

GitHub Actions / annotate

Specification Link

https://json-schema.org/draft-06/draft-wright-json-schema-validation-01#rfc.section.6.7
{
"validation": "6.7"
}
],
"schema": {"minLength": 2.0},
"tests": [
{
Expand Down
10 changes: 10 additions & 0 deletions tests/draft7/minLength.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
[
{
"description": "minLength validation",
"specification": [

Check notice on line 4 in tests/draft7/minLength.json

View workflow job for this annotation

GitHub Actions / annotate

Specification Link

https://json-schema.org/draft-07/draft-handrews-json-schema-validation-01#rfc.section.6.3.2
{
"validation": "6.3.2"
}
],
"schema": {"minLength": 2},
"tests": [
{
Expand Down Expand Up @@ -32,6 +37,11 @@
},
{
"description": "minLength validation with a decimal",
"specification": [

Check notice on line 40 in tests/draft7/minLength.json

View workflow job for this annotation

GitHub Actions / annotate

Specification Link

https://json-schema.org/draft-07/draft-handrews-json-schema-validation-01#rfc.section.6.3.2
{
"validation": "6.3.2"
}
],
"schema": {"minLength": 2.0},
"tests": [
{
Expand Down
Loading