You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -139,9 +138,9 @@ The subsequent JSON sample is an illustrative example that successfully validate
139
138
"user": {
140
139
"id": 1234,
141
140
"username": "johndoe",
142
-
"role": "user",
141
+
"role": "admin",
143
142
"isActive": true,
144
-
"registeredAt": "2023-09-06T15:10:30.639Z",
143
+
"registeredAt": "06-09-2023 15:10:30",
145
144
"profile": {
146
145
"firstName": "John",
147
146
"lastName": "Doe",
@@ -209,9 +208,9 @@ The subsequent JSON sample is an illustrative example that successfully validate
209
208
"price": 1299.99,
210
209
"inStock": false,
211
210
"specs": {
212
-
"cpu": "Intel i7",
213
-
"ram": "16GB",
214
-
"storage": "512GB SSD"
211
+
"cpu": "Intel i11",
212
+
"ram": "11GB",
213
+
"storage": "11GB SSD"
215
214
}
216
215
}
217
216
],
@@ -222,4 +221,4 @@ The subsequent JSON sample is an illustrative example that successfully validate
222
221
}
223
222
}
224
223
```
225
-
For more information about the schema syntax format and library functionalities, please refer to the reference documentation [here](https://relogiclabs.github.io/JsonSchema-DotNet/api/index.html).
224
+
For more information about the schema syntax format and library functionalities, please refer to the reference documentation [here](https://relogiclabs.github.io/JsonSchema-DotNet/api/index.html).
0 commit comments