• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "$id": "https://example.com/dateTimeTest.schema.json",
3  "$schema": "http://json-schema.org/draft-07/schema#",
4  "type": "array",
5  "items": {
6    "type": "string",
7    "format": "date-time"
8  }
9}
10
11