Skip to content

Conversation

@thibaultzanini
Copy link
Collaborator

  • software.mjson: fix property name mismatch (owner -> maker)
  • user-agent-window.mjson: add missing sizeTimeLog and screenTimeLog to propertyDescriptors
  • user-identity.mjson: fix property naming inconsistency (serializable -> isSerializable)
  • web-socket-session-connection.mjson: add missing existenceTimeRange to propertyDescriptors

- software.mjson: fix property name mismatch (owner -> maker)
- user-agent-window.mjson: add missing sizeTimeLog and screenTimeLog to propertyDescriptors
- user-identity.mjson: fix property naming inconsistency (serializable -> isSerializable)
- web-socket-session-connection.mjson: add missing existenceTimeRange to propertyDescriptors
{"@": "name"},
{"@": "version"},
{"@": "owner"},
{"@": "maker"},
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@marchant there is no owner property declared here.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request fixes typos and errors in MJSON model descriptor files by correcting property name mismatches and adding missing property descriptor references.

  • Fixed property name inconsistencies (serializableisSerializable, ownermaker)
  • Added missing property descriptor references that were defined but not listed in propertyDescriptors arrays
  • Ensured consistency between property descriptor definitions and their references

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
web-socket-session-connection.mjson Added missing existenceTimeRange to propertyDescriptors array
user-identity.mjson Fixed property naming inconsistency from serializable to isSerializable
user-agent-window.mjson Added missing sizeTimeLog and screenTimeLog to propertyDescriptors array
software.mjson Corrected property reference from owner to maker

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@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