Skip to content

Commit 9a6ab7f

Browse files
author
GitLab CI
committed
Transferred OpenAPI specs from GitLab to GitHub
1 parent 1872725 commit 9a6ab7f

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

openapi/calendar_api.spec.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
openapi: 3.0.0
22
info:
33
contact: {}
4-
description: This REST API returns structured data for conference calls, dividends, earnings (and future earnings dates), economics, pharmaceutical announcements, guidance, IPOs, secondary offerings, ratings, M&A activity, and splits.
4+
description: This REST API returns structured data for conference calls,
5+
dividends, earnings (and future earnings dates), economics, pharmaceutical
6+
announcements, guidance, IPOs, secondary offerings, ratings, M&A activity,
7+
and splits.
58
termsOfService: http://swagger.io/terms/
69
title: Calendar API
710
version: 2.1.0
@@ -1560,15 +1563,15 @@ components:
15601563
type: object
15611564
models.RatingsAnalystJSON:
15621565
properties:
1563-
analyst_ratings_analyst:
1566+
analystRatingsAnalyst:
15641567
items:
15651568
additionalProperties: true
15661569
type: object
15671570
type: array
15681571
type: object
15691572
models.RatingsFirmJSON:
15701573
properties:
1571-
analyst_ratings_firm:
1574+
analystRatingsFirm:
15721575
items:
15731576
additionalProperties: true
15741577
type: object
@@ -1598,12 +1601,3 @@ components:
15981601
type: object
15991602
type: array
16001603
type: object
1601-
servers:
1602-
- url: https://api.benzinga.com/api/v1
1603-
description: V1
1604-
- url: https://api.benzinga.com/api/v2
1605-
description: V2
1606-
- url: https://api.benzinga.com/api/v2.1
1607-
description: V2.1
1608-
- url: https://api.benzinga.com/api/v2.2
1609-
description: V2.2

0 commit comments

Comments
 (0)