Diferencia entre revisiones de «smw/schema:Group:Schema properties»
Ir a la navegación
Ir a la búsqueda
Contenido eliminado Contenido añadido
Semantic MediaWiki group import |
Semantic MediaWiki group import |
||
Línea 1: | Línea 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", |
||
Línea 16: | Línea 16: | ||
] |
] |
||
} |
} |
||
}, |
|||
"tags": [ |
"tags": [ |
||
"group", |
"group", |
Revisión actual - 11:34 8 sep 2020
PROPERTY_GROUP_SCHEMA
This schema type supports the definition of property groups to help structure the browsing interface.
{ "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" ] }