Skillnad mellan versioner av "smw/schema:Group:Schema properties"
Från wpu.nu
(Semantic MediaWiki group import) |
(Semantic MediaWiki group import) |
||
Rad 1: | Rad 1: | ||
{ | { | ||
"type": "PROPERTY_GROUP_SCHEMA", | "type": "PROPERTY_GROUP_SCHEMA", | ||
− | "groups": | + | "groups": [ |
− | + | { | |
− | " | + | "group_name": "Schema properties", |
"message_key": "smw-property-group-label-schema-group", | "message_key": "smw-property-group-label-schema-group", | ||
− | " | + | "properties": [ |
"_SCHEMA_TYPE", | "_SCHEMA_TYPE", | ||
"_SCHEMA_DEF", | "_SCHEMA_DEF", | ||
Rad 16: | Rad 16: | ||
] | ] | ||
} | } | ||
− | + | ], | |
"tags": [ | "tags": [ | ||
"group", | "group", |
Versionen från 2 november 2021 kl. 14.56
PROPERTY_GROUP_SCHEMA
This schema type supports the definition of property groups to help structure the browsing interface.
Valideringsfel
JSON-schema
property-group-schema.v1
groups
Array value found, but an object is required
{ "type": "PROPERTY_GROUP_SCHEMA", "groups": [ { "group_name": "Schema properties", "message_key": "smw-property-group-label-schema-group", "properties": [ "_SCHEMA_TYPE", "_SCHEMA_DEF", "_SCHEMA_DESC", "_SCHEMA_TAG", "_SCHEMA_LINK", "_FORMAT_SCHEMA", "_CONSTRAINT_SCHEMA", "_PROFILE_SCHEMA" ] } ], "tags": [ "group", "property group" ] }