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

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

There is a newer version: 6.0.0-dev.89
Show newest version
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.base.datetime",
  "type": "string",
  "title": "PeriodTimeEnum",
  "description": "The enumeration values to specify a time period containing additional values such as Term.",
  "enum": [
    "Hour",
    "Minute",
    "Second"
  ],
  "oneOf": [
    {
      "enum": [
        "Hour"
      ],
      "title": "Hour",
      "description": "Period measured in hours."
    },
    
    {
      "enum": [
        "Minute"
      ],
      "title": "Minute",
      "description": "Period measured in minutes."
    },
    
    {
      "enum": [
        "Second"
      ],
      "title": "Second",
      "description": "Period measured in seconds."
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy