Skip to content

Conversation

@thibaultzanini
Copy link
Contributor

  • product.mjson: Remove duplicate 'tags' property definition
  • collection-rule.mjson: Fix property name mismatch (productProperty -> column)
  • order-transaction.mjson: Add missing 'kind' property to propertyDescriptors
  • collection.mjson: Add missing 'type' property to propertyDescriptors

All changes ensure proper MJSON structure with correct property descriptor references and inheritance logic.

- product.mjson: Remove duplicate 'tags' property definition
- collection-rule.mjson: Fix property name mismatch (productProperty -> column)
- order-transaction.mjson: Add missing 'kind' property to propertyDescriptors
- collection.mjson: Add missing 'type' property to propertyDescriptors

All changes ensure proper MJSON structure with correct property descriptor
references and inheritance logic.
"values": {
"name": "productProperty",
"name": "column",
"valueType": "string"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure about this one

{"@": "descriptionHtml"},
{"@": "image"},
{"@": "ruleSet"},
{"@": "type"},
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

{"@": "amount"},
{"@": "paymentGateway"}
{"@": "paymentGateway"},
{"@": "kind"}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

"values": {
"name": "tags",
"valueType": "array"
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably good

@thibaultzanini thibaultzanini self-assigned this Jan 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants