Update the underlying schema for SMW 3.2. (#150)

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."
这个提交包含在:
UnknownSkyrimPasserby 2024-05-03 17:35:44 +02:00 提交者 GitHub
父节点 9e5432223e
当前提交 e6bf3bc537
找不到此签名对应的密钥
GPG 密钥 ID: B5690EEEBB952194
共有 1 个文件被更改,包括 9 次插入6 次删除

查看文件

@ -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",
@ -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",
@ -31,7 +34,7 @@
"___NSNAME"
]
}
],
},
"tags": [
"group",
"property group",