Skip to main content

Time

Fields of type time are used to represent a time of day without a date. They are typically used in scenarios where the date is not relevant, such as scheduling events or setting reminders.

Structure

  • "HH:mm"
  • "HH:mm:ss"
  • "HH:mm:ss:SS"
  • "HH:mm:ss:SSS"

Seconds and milliseconds are optional, allowing for varying levels of precision in time representation.

Example

{
"types": [
"schema:Thing"
],
"content": {
"schema:closes": "10:10:00:000"
}
}