Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GFBio
schemas.ammod.de
Commits
5d6ffe27
Verified
Commit
5d6ffe27
authored
Apr 09, 2022
by
deniss.marinuks
Browse files
updated timestamp regex
parent
6ac71d36
Changes
2
Hide whitespace changes
Inline
Side-by-side
schemas/metadata.json
View file @
5d6ffe27
...
...
@@ -19,11 +19,11 @@
"properties"
:
{
"start"
:
{
"type"
:
"string"
,
"pattern"
:
"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}
(
\\
+[0-9]{2}:?[0-9]{2}
)
$"
"pattern"
:
"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}
\\
+[0-9]{2}:?[0-9]{2}$"
},
"stop"
:
{
"type"
:
"string"
,
"pattern"
:
"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}
(
\\
+[0-9]{2}:?[0-9]{2}
)
$"
"pattern"
:
"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}
\\
+[0-9]{2}:?[0-9]{2}$"
}
},
"required"
:
[
...
...
@@ -117,4 +117,4 @@
"sourceFiles"
,
"files"
]
}
\ No newline at end of file
}
schemas/telemetry.json
View file @
5d6ffe27
...
...
@@ -15,7 +15,7 @@
},
"timestamp"
:
{
"type"
:
"string"
,
"pattern"
:
"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}
(
\\
+[0-9]{2}:?[0-9]{2}
)
$"
"pattern"
:
"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}
\\
+[0-9]{2}:?[0-9]{2}$"
},
"status"
:
{
"type"
:
"object"
,
...
...
@@ -99,4 +99,4 @@
"location"
,
"status"
]
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment