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

software.xdev.mockserver.schema.timeToLive.json Maven / Gradle / Ivy

There is a newer version: 1.0.8
Show newest version
{
  "title": "time expectation is valid for",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "timeUnit": {
      "enum": [
        "DAYS",
        "HOURS",
        "MINUTES",
        "SECONDS",
        "MILLISECONDS",
        "MICROSECONDS",
        "NANOSECONDS"
      ]
    },
    "timeToLive": {
      "type": "integer"
    },
    "endDate": {
      "type": "integer"
    },
    "unlimited": {
      "type": "boolean"
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy