smw/schema:Group:Schema properties

2023年9月7日 (木) 22:14時点における127.0.0.1 (トーク)による版 (Semantic MediaWiki group import)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
PROPERTY_GROUP_SCHEMA
This schema type supports the definition of property groups to help structure the browsing interface.

検証 エラー

JSON schema
property-group-schema.v1
groups
Array value found, but an object is required
Search:
{
  • "type": "PROPERTY_GROUP_SCHEMA",
  • -
    "groups": [
    • -
      {
      • "group_name": "Schema properties",
      • "message_key": "smw-property-group-label-schema-group",
      • +
        "properties": []
      }
    ],
  • -
    "tags": [
    • "group",
    • "property group"
    ]
}