Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
authRequired | boolean |
Required | No | (this schema) |
ctaText | enum |
Required | No | (this schema) |
ctaText2 | enum |
Required | No | (this schema) |
ctaUri | string |
Required | No | (this schema) |
ctaUri2 | string |
Required | No | (this schema) |
data | object[] |
Required | No | (this schema) |
title | enum |
Required | No | (this schema) |
type | enum |
Required | No | (this schema) |
authRequired
- is required
- type:
boolean
- defined in this schema denotes whether authorization is required or not on the CTA link provided
boolean
ctaText
- is required
- type:
enum
- defined in this schema
The value of this property must be equal to one of the known values below.
Value | Description |
---|---|
View Standings |
ctaText2
- is required
- type:
enum
- defined in this schema
The value of this property must be equal to one of the known values below.
Value | Description |
---|---|
View Standings |
ctaUri
- is required
- type:
string
- defined in this schema
string
- format:
uri
– Uniformous Resource Identifier (according to RFC3986) - minimum length: 1 characters
ctaUri2
- is required
- type:
string
- defined in this schema
string
- format:
uri
– Uniformous Resource Identifier (according to RFC3986) - minimum length: 1 characters
data
- is required
- type:
object[]
- at least
3
items in the array - defined in this schema
Array type: object[]
All items must be of the type: object
with following properties:
Property | Type | Required |
---|---|---|
matchesDrawn |
integer | Required |
matchesLost |
integer | Required |
matchesPlayed |
integer | Required |
matchesTied |
integer | Required |
matchesWon |
integer | Required |
nrr |
number | Required |
points |
integer | Required |
position |
integer | Required |
teamImage |
string | Required |
teamName |
string | Required |
teamShortName |
string | Required |
tournamentName |
string | Required |
matchesDrawn
- is required
- type:
integer
integer
- minimum value:
0
matchesLost
- is required
- type:
integer
integer
- minimum value:
0
matchesPlayed
- is required
- type:
integer
integer
- minimum value:
0
matchesTied
- is required
- type:
integer
integer
- minimum value:
0
matchesWon
- is required
- type:
integer
integer
- minimum value:
0
nrr
- is required
- type:
number
number
points
- is required
- type:
integer
integer
position
- is required
- type:
integer
integer
teamImage
- is required
- type:
string
string
- format:
uri
– Uniformous Resource Identifier (according to RFC3986) - minimum length: 1 characters
teamName
- is required
- type:
string
string
- minimum length: 1 characters
teamShortName
- is required
- type:
string
string
- minimum length: 1 characters
tournamentName
- is required
- type:
string
string
- minimum length: 1 characters
title
- is required
- type:
enum
- defined in this schema
The value of this property must be equal to one of the known values below.
Value | Description |
---|---|
TOURNAMENT STANDINGS |
type
- is required
- type:
enum
- defined in this schema
The value of this property must be equal to one of the known values below.
Value | Description |
---|---|
TOURNAMENT_STANDINGS |