Skip to content

Commit 4f67087

Browse files
authored
Merge pull request #3 from Open-Inflation/snapshot-bot/update-snapshots
Update jsonschema snapshots
2 parents 19a6b32 + aec996f commit 4f67087

19 files changed

Lines changed: 38624 additions & 32650 deletions

tests/__snapshots__/ClassAdvertising.home_brands_list.schema.json

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
],
1818
"properties": {
1919
"alias": {
20-
"type": "string"
20+
"type": "string",
21+
"j2sEnumRejected": true
2122
},
2223
"id": {
2324
"type": "integer"
@@ -31,7 +32,12 @@
3132
"login": {
3233
"anyOf": [
3334
{
34-
"type": "string"
35+
"type": "string",
36+
"enum": [
37+
"tshashmurina",
38+
"ebukhtoiarov",
39+
"vrodina"
40+
]
3541
},
3642
{
3743
"type": "null"
@@ -46,12 +52,22 @@
4652
"type": "boolean"
4753
},
4854
"title": {
49-
"type": "string"
55+
"type": "string",
56+
"j2sEnumRejected": true
5057
},
5158
"updatedAt": {
5259
"anyOf": [
5360
{
54-
"type": "string"
61+
"type": "string",
62+
"anyOf": [
63+
{
64+
"type": "string"
65+
},
66+
{
67+
"type": "string",
68+
"format": "date-time"
69+
}
70+
]
5571
},
5672
{
5773
"type": "null"
@@ -64,7 +80,8 @@
6480
"type": "string",
6581
"anyOf": [
6682
{
67-
"type": "string"
83+
"type": "string",
84+
"j2sEnumRejected": true
6885
},
6986
{
7087
"type": "string",

0 commit comments

Comments
 (0)