Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SYSMOAS_-8: Record#alias and Record#name #124

Merged
merged 1 commit into from
Feb 23, 2025
Merged

Conversation

ivan-gomes
Copy link
Member

No description provided.

@ivan-gomes ivan-gomes requested a review from manasbajaj January 21, 2025 21:31
@ivan-gomes ivan-gomes self-assigned this Jan 21, 2025
@@ -14,6 +14,12 @@
"type": "string",
"const": "Project"
},
"alias": {
Copy link
Member Author

Choose a reason for hiding this comment

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

Attribute alias added to Project

@@ -91,6 +104,12 @@
"type": "string",
"const": "Branch"
},
"alias": {
Copy link
Member Author

Choose a reason for hiding this comment

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

Attribute alias added to Branch

@@ -172,6 +198,12 @@
"type": "string",
"const": "Tag"
},
"alias": {
Copy link
Member Author

Choose a reason for hiding this comment

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

Attribute alias added to Tag

@@ -239,6 +278,12 @@
"type": "string",
"const": "Commit"
},
"alias": {
Copy link
Member Author

Choose a reason for hiding this comment

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

Attribute alias added to Commit

@@ -253,6 +298,16 @@
}
]
},
"name": {
Copy link
Member Author

Choose a reason for hiding this comment

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

Attribute name added to Commit

@@ -417,11 +524,29 @@
"@type": {
"type": "string",
"const": "DataIdentity"
},
"alias": {
Copy link
Member Author

Choose a reason for hiding this comment

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

Attribute alias added to DataIdentity

"type": "string"
}
},
"name": {
Copy link
Member Author

Choose a reason for hiding this comment

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

Attribute name added to DataIdentity

@@ -698,6 +839,15 @@
"type": "string",
"const": "Query"
},
"alias": {
Copy link
Member Author

Choose a reason for hiding this comment

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

Attribute alias added to Query

"type": "string"
}
},
"name": {
Copy link
Member Author

Choose a reason for hiding this comment

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

Attribute name added to Query

@@ -755,6 +916,7 @@
}
},
"required": [
"name"
Copy link
Member Author

Choose a reason for hiding this comment

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

Attribute name is required for Query

@ivan-gomes ivan-gomes merged commit 1bdf8e8 into develop Feb 23, 2025
@ivan-gomes ivan-gomes deleted the feature/SYSMOAS_-8 branch February 23, 2025 13:05
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.

None yet

1 participant