Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/maven/fixes/9.0' into maven/rele…
Browse files Browse the repository at this point in the history
…ase/9.0
  • Loading branch information
metaventis-build committed Aug 22, 2024
2 parents 8deb873 + 3acdb83 commit 858afb7
Showing 1 changed file with 1 addition and 107 deletions.
108 changes: 1 addition & 107 deletions Backend/services/rest/api/src/main/resources/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4810,23 +4810,6 @@
},
"type": "object"
},
"RepositoryVersionInfo": {
"properties": {
"build": {
"$ref": "#/components/schemas/VersionBuild"
},
"git": {
"$ref": "#/components/schemas/VersionGit"
},
"maven": {
"$ref": "#/components/schemas/VersionMaven"
},
"version": {
"$ref": "#/components/schemas/Version"
}
},
"type": "object"
},
"RestoreResult": {
"properties": {
"archiveNodeId": {
Expand Down Expand Up @@ -6597,95 +6580,6 @@
},
"type": "object"
},
"Version": {
"properties": {
"build": {
"type": "string"
},
"full": {
"type": "string"
},
"major": {
"type": "string"
},
"minor": {
"type": "string"
},
"patch": {
"type": "string"
},
"qualifier": {
"type": "string"
}
},
"type": "object"
},
"VersionBuild": {
"properties": {
"timestamp": {
"type": "string"
}
},
"type": "object"
},
"VersionGit": {
"properties": {
"branch": {
"type": "string"
},
"commit": {
"$ref": "#/components/schemas/VersionGitCommit"
}
},
"type": "object"
},
"VersionGitCommit": {
"properties": {
"id": {
"type": "string"
},
"timestamp": {
"$ref": "#/components/schemas/VersionTimestamp"
}
},
"type": "object"
},
"VersionMaven": {
"properties": {
"bom": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"project": {
"$ref": "#/components/schemas/VersionProject"
}
},
"type": "object"
},
"VersionProject": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"type": "object"
},
"VersionTimestamp": {
"properties": {
"datetime": {
"type": "string"
}
},
"type": "object"
},
"WebsiteInformation": {
"properties": {
"description": {
Expand Down Expand Up @@ -11731,7 +11625,7 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/RepositoryVersionInfo"
"type": "string"
}
}
},
Expand Down

0 comments on commit 858afb7

Please sign in to comment.