All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schemas.openapi-schemas.MarketDataSet.yml Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version
type: object
required:
  - requestTimestamp
  - values
properties:
  requestTimestamp:
    type: string
    format: date-time
  values:
    type: array
    items:
      type: object
      properties:
        dataTimestamp:
          type: string
          format: date-time
        value:
          type: number
          format: double
        symbol:
          type: string




© 2015 - 2025 Weber Informatics LLC | Privacy Policy