Skip to content

Conversation

@thibaultzanini
Copy link
Contributor

No description provided.

claude added 2 commits January 8, 2026 14:39
- Fixed typo in printing-device.mjson: "ProntDocumentDescriptor" → "PrintDocumentDescriptor"
- Removed duplicate definition of "toolCompatibilityDeviceList" in device.mjson
- Removed orphaned property definitions from device.mjson:
  - deviceHostConnections
  - tools
  - toolForDevices

These properties were defined but not included in propertyDescriptors array,
making them unreachable by the system.
Instead of removing deviceHostConnections, tools, and toolForDevices,
these properties are now properly registered in the propertyDescriptors array.

This makes them accessible to the MJSON system while preserving their
definitions and relationship configurations.
{"@": "deviceHostConnections"},

{"@": "tools"},
{"@": "toolForDevices"},
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Missing LGTM

}
},

"toolCompatibilityDeviceList": {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Duplicate LGTM

"object": "./imaging-device.mjson"
},
"ProntDocumentDescriptor": {
"PrintDocumentDescriptor": {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Typo

@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