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

.cdm-java.6.0.0-dev.72.source-code.cdm-base-datetime-TimeZone.schema.json Maven / Gradle / Ivy

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.base.datetime",
  "type": "object",
  "title": "TimeZone",
  "description": "The time alongside with the timezone location information. This class makes use of the FpML TimezoneLocation construct.",
  "properties": {
    "time": {
      "description": "The observation time.",
      "type": "string"
    },
    "location": {
      "description": "FpML specifies the timezoneLocationScheme by reference to the Time Zone Database (a.k.a. tz database) maintained by IANA, the Internet Assigned Numbers Authority.",
      "$ref": "com-rosetta-model-metafields-FieldWithMetaString.schema.json"
    }
  },
  "required": [
    "time"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy