Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
knowledge-platform
Commits
a775bc7b
Commit
a775bc7b
authored
2 years ago
by
anilgupta
Browse files
Options
Download
Patches
Plain Diff
Issue #KN-439 chore: added the migrationVersion in asset, content and collection schema.json
parent
11a70b07
release-5.2.0
knowlg-oneclick
patch-1
patch-2
patch-3
release-5.2.0_RC2
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
schemas/asset/1.0/schema.json
+3
-0
schemas/asset/1.0/schema.json
schemas/collection/1.0/schema.json
+3
-0
schemas/collection/1.0/schema.json
schemas/content/1.0/schema.json
+3
-0
schemas/content/1.0/schema.json
with
9 additions
and
0 deletions
+9
-0
schemas/asset/1.0/schema.json
+
3
−
0
View file @
a775bc7b
...
...
@@ -1261,6 +1261,9 @@
"items"
:
{
"type"
:
"object"
}
},
"migrationVersion"
:
{
"type"
:
"number"
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
schemas/collection/1.0/schema.json
+
3
−
0
View file @
a775bc7b
...
...
@@ -1298,6 +1298,9 @@
"items"
:
{
"type"
:
"object"
}
},
"migrationVersion"
:
{
"type"
:
"number"
}
}
}
This diff is collapsed.
Click to expand it.
schemas/content/1.0/schema.json
+
3
−
0
View file @
a775bc7b
...
...
@@ -1408,6 +1408,9 @@
"items"
:
{
"type"
:
"object"
}
},
"migrationVersion"
:
{
"type"
:
"number"
}
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets