openmicroservices.org icon indicating copy to clipboard operation
openmicroservices.org copied to clipboard

Time/Regex type

Open wilzbach opened this issue 6 years ago • 2 comments

Storyscript supports a native time and regex types. OMG doesn't:

https://microservice.guide/schema/actions/#arguments

wilzbach avatar Sep 20 '19 09:09 wilzbach

Note that having a date type is also interesting.

wilzbach avatar Sep 20 '19 11:09 wilzbach

Note that having a date type is also interesting.

For the record:

  • date: RFC 3339 timestamp (https://www.ietf.org/rfc/rfc3339.txt)
  • time should probably be called duration and be represented as e.g. integer ms ( or maybe even lower?).

wilzbach avatar Oct 18 '19 10:10 wilzbach