Skip to content

Commit

Permalink
Update the underlying schema for SMW 3.2. (#150)
Browse files Browse the repository at this point in the history
According to https://www.semantic-mediawiki.org/wiki/Help:Schema/Type/PROPERTY_GROUP_SCHEMA: "The underlying schema changed between it's initial release with Semantic MediaWiki 3.1.0 and Semantic MediaWiki 3.2.0.23 Thus you need to migrate existing schemas to the new structure."
  • Loading branch information
UnknownSkyrimPasserby authored May 3, 2024
1 parent 9e54322 commit e6bf3bc
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions data/import/groups/extra.group.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"type": "PROPERTY_GROUP_SCHEMA",
"description": "Provides groups for special properties provided by the `Semantic Extra Special Properties` extension.",
"groups": [
"groups":
{
"user_group":
{
"group_name":"User related",
"canonical_name":"User related",
"message_key": "sesp-property-group-label-user-data-group",
"properties": [
"property_keys": [
"___USERREG",
"___USEREDITCNT",
"___USEREDITCNTNS",
Expand All @@ -14,10 +16,11 @@
"___USERGROUP"
]
},
"page_group":
{
"group_name":"Page related",
"canonical_name":"Page related",
"message_key": "sesp-property-group-label-page-data-group",
"properties": [
"property_keys": [
"___REVID",
"___PAGEID",
"___PAGELGTH",
Expand All @@ -31,7 +34,7 @@
"___NSNAME"
]
}
],
},
"tags": [
"group",
"property group",
Expand Down

0 comments on commit e6bf3bc

Please sign in to comment.