SMW/Schema:Group:Schema properties: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Semantic MediaWiki group import) |
(Semantic MediaWiki group import) |
||
| Zeile 1: | Zeile 1: | ||
{ | { | ||
"type": "PROPERTY_GROUP_SCHEMA", | "type": "PROPERTY_GROUP_SCHEMA", | ||
| − | "groups": | + | "groups": { |
| − | { | + | "schema_group": { |
| − | " | + | "canonical_name": "Schema properties", |
"message_key": "smw-property-group-label-schema-group", | "message_key": "smw-property-group-label-schema-group", | ||
| − | " | + | "property_keys": [ |
"_SCHEMA_TYPE", | "_SCHEMA_TYPE", | ||
"_SCHEMA_DEF", | "_SCHEMA_DEF", | ||
| Zeile 16: | Zeile 16: | ||
] | ] | ||
} | } | ||
| − | + | }, | |
"tags": [ | "tags": [ | ||
"group", | "group", | ||
Neueste Überarbeitung vom 19. März 2021, 20:16 Uhr
PROPERTY_GROUP_SCHEMA
Dieser Schematyp ermöglicht die Definition von Attributgruppen, mit denen die Anzeige der Spezialseite zum Durchsuchen von Annotationen strukturiert und somit übersichtlicher gestaltet werden kann.
{ "type": "PROPERTY_GROUP_SCHEMA", "groups": { "schema_group": { "canonical_name": "Schema properties", "message_key": "smw-property-group-label-schema-group", "property_keys": [ "_SCHEMA_TYPE", "_SCHEMA_DEF", "_SCHEMA_DESC", "_SCHEMA_TAG", "_SCHEMA_LINK", "_FORMAT_SCHEMA", "_CONSTRAINT_SCHEMA", "_PROFILE_SCHEMA" ] } }, "tags": [ "group", "property group" ] }