-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
I would like to suggest that the schema be extended to add a version or revision counter of some kind that would allow people to update existing models and track which revision they're on. I don't feel it needs to be a mandatory field but could be helpful to some.
For now I can use attributes to store this info but, thought it might make sense to track as part of the schema design.
Sample:
project:
name: Test project
id: test-project
description: This is a test project for the OTM development
owner: John Doe
ownerContact: john.doe@example.com
revision: 1
attributes:
filePath: “file.xml”
cmdbId: MyApp123Metadata
Metadata
Assignees
Labels
No labels