Skip to content

Commit d4af31d

Browse files
authored
Merge pull request #15 from gf-nl/patch-1
Update Schema_Validation.ipynb
2 parents c7e5651 + 939317f commit d4af31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/Schema_Validation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"colab_type": "text"
3131
},
3232
"source": [
33-
"Being schema-less and allowing for flexible documents is one of big advantages of ArangoDB. But sometimes there are use-cases where we have a fixed schema. With the upcoming release 3.7, ArangoDB provides users with the means to validate the structure of documents using JSON Schema (draft-4).\n",
33+
"Being schema-less and allowing for flexible documents is one of big advantages of ArangoDB. But sometimes there are use-cases where we have a fixed schema. With 3.7, ArangoDB provides users with the means to validate the structure of documents using JSON Schema (draft-4).\n",
3434
"\n",
3535
"The validation can be configured on collection level and with different strictness levels allowing users to import unclean data and improve later.\n",
3636
"\n",

0 commit comments

Comments
 (0)