@@ -18654,7 +18654,7 @@ components:
1865418654 finished_at: 1693491984000000000
1865518655 git:
1865618656 commit_sha: 66adc9350f2cc9b250b69abddab733dd55e1a588
18657- repository_url: https:// github.com/organization/example-repository
18657+ repository_id: github.com/organization/example-repository
1865818658 service: shopist
1865918659 started_at: 1693491974000000000
1866018660 team: backend
@@ -18685,7 +18685,7 @@ components:
1868518685 format: int64
1868618686 type: integer
1868718687 git:
18688- $ref: '#/components/schemas/DORAGitInfo '
18688+ $ref: '#/components/schemas/DORAGitInfoResponse '
1868918689 service:
1869018690 description: Service name.
1869118691 example: shopist
@@ -18896,7 +18896,7 @@ components:
1889618896 finished_at: 1693491984000000000
1889718897 git:
1889818898 commit_sha: 66adc9350f2cc9b250b69abddab733dd55e1a588
18899- repository_url: https:// github.com/organization/example-repository
18899+ repository_id: github.com/organization/example-repository
1890018900 service: shopist
1890118901 started_at: 1693491974000000000
1890218902 team: backend
@@ -18911,7 +18911,7 @@ components:
1891118911 finished_at: 1693492084000000000
1891218912 git:
1891318913 commit_sha: 77bdc9350f2cc9b250b69abddab733dd55e1a599
18914- repository_url: https:// github.com/organization/api-service
18914+ repository_id: github.com/organization/api-service
1891518915 service: api-service
1891618916 started_at: 1693492074000000000
1891718917 team: backend
@@ -19085,6 +19085,17 @@ components:
1908519085 - repository_url
1908619086 - commit_sha
1908719087 type: object
19088+ DORAGitInfoResponse:
19089+ description: Git info returned by DORA Metrics events.
19090+ properties:
19091+ commit_sha:
19092+ $ref: '#/components/schemas/GitCommitSHA'
19093+ repository_id:
19094+ $ref: '#/components/schemas/GitRepositoryID'
19095+ required:
19096+ - repository_id
19097+ - commit_sha
19098+ type: object
1908819099 DORAIncidentObject:
1908919100 description: A DORA incident event.
1909019101 example:
@@ -28632,6 +28643,10 @@ components:
2863228643 example: 66adc9350f2cc9b250b69abddab733dd55e1a588
2863328644 pattern: ^[a-fA-F0-9]{40,}$
2863428645 type: string
28646+ GitRepositoryID:
28647+ description: Git Repository ID
28648+ example: github.com/organization/example-repository
28649+ type: string
2863528650 GitRepositoryURL:
2863628651 description: Git Repository URL
2863728652 example: https://github.com/organization/example-repository
0 commit comments