{
  "title": "Read-Only Timestamp (v1.0.0)",
  "description": "A readonly or derived timestamp (an instant in time) formatted in [RFC 3339](https://tools.ietf.org/html/rfc3339) `date-time` UTC format: `YYYY-MM-DDThh:mm:ss.sssZ`.<br>The schema `readOnlyTimestamp` was added on version `1.18.0` of the API.\n\nThis schema was resolved from [`common/readOnlyTimestamp`](https://static.api.apiture.com/schemas/common/readOnlyTimestamp/v1.0.0/model.json).",
  "x-apiture-note": "The version of openapi-generator we use has a bug with with composition of string schemas ( https://github.com/OpenAPITools/openapi-generator/issues/10862 ) It does not emit a model interface/class for `timestamp` but tries to reference that schema if we construct this one using allOf/$ref. The java generator instead uses the java.jdbc.Timestamp class.  So manually in-line instead of using allOf/$ref: '#/components/schemas/timestamp'",
  "type": "string",
  "minLength": 20,
  "maxLength": 30,
  "format": "date-time",
  "readOnly": true,
  "example": "2021-10-30T19:06:04.250Z",
  "x-apiture-since": "1.18.0",
  "x-apiture-version": "1.0.0",
  "x-apiture-resolved-from": "https://static.api.apiture.com/schemas/common/readOnlyTimestamp/v1.0.0/model.json",
  "x-apiture-namespace": "common"
}