Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dataunitylab committed Jun 27, 2024
1 parent 4e59cb2 commit e2dbf7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bowtie-report.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<tr>
<td>Ran</td>
<td>
<time datetime="2024-06-27T10:39:27.817004+00:00" id="runStarted"></time>
<time datetime="2024-06-27T11:49:42.070642+00:00" id="runStarted"></time>
</td>
</tr>
</table>
Expand Down Expand Up @@ -58710,7 +58710,7 @@ <h5 class="modal-title" id="implementation-1-runtime-info-label">
</script>

<script>
let ago = (Date.now() - Date.parse("2024-06-27T10:39:27.817004+00:00")) / 1000;
let ago = (Date.now() - Date.parse("2024-06-27T11:49:42.070642+00:00")) / 1000;
let agoUnits = 'seconds';
if (ago > 60) {
ago /= 60; agoUnits = 'minutes';
Expand Down
2 changes: 1 addition & 1 deletion bowtie.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{"started": "2024-06-27T10:39:27.817004+00:00", "bowtie_version": "2023.8.16", "dialect": "https://json-schema.org/draft/2020-12/schema", "implementations": {"localhost/jsonoid-discovery": {"language": "scala", "name": "jsonoid", "homepage": "https://github.com/dataunitylab/jsonoid-discovery", "issues": "https://github.com/dataunitylab/jsonoid-discovery/issues", "dialects": ["https://json-schema.org/draft/2020-12/schema"], "image": "localhost/jsonoid-discovery"}}, "metadata": {}}
{"started": "2024-06-27T11:49:42.070642+00:00", "bowtie_version": "2023.8.16", "dialect": "https://json-schema.org/draft/2020-12/schema", "implementations": {"localhost/jsonoid-discovery": {"language": "scala", "name": "jsonoid", "homepage": "https://github.com/dataunitylab/jsonoid-discovery", "issues": "https://github.com/dataunitylab/jsonoid-discovery/issues", "dialects": ["https://json-schema.org/draft/2020-12/schema"], "image": "localhost/jsonoid-discovery"}}, "metadata": {}}
{"case": {"description": "minItems validation", "schema": {"$schema": "https://json-schema.org/draft/2020-12/schema", "minItems": 1}, "tests": [{"description": "longer is valid", "instance": [1, 2], "comment": null, "valid": true}, {"description": "exact length is valid", "instance": [1], "comment": null, "valid": true}, {"description": "too short is invalid", "instance": [], "comment": null, "valid": false}, {"description": "ignores non-arrays", "instance": "", "comment": null, "valid": true}], "comment": null, "registry": {}}, "seq": 1}
{"implementation": "localhost/jsonoid-discovery", "seq": 1, "results": [{"valid": true}, {"valid": true}, {"valid": false}, {"valid": false}], "expected": [true, true, false, true]}
{"case": {"description": "minItems validation with a decimal", "schema": {"$schema": "https://json-schema.org/draft/2020-12/schema", "minItems": 1.0}, "tests": [{"description": "longer is valid", "instance": [1, 2], "comment": null, "valid": true}, {"description": "too short is invalid", "instance": [], "comment": null, "valid": false}], "comment": null, "registry": {}}, "seq": 2}
Expand Down

0 comments on commit e2dbf7e

Please sign in to comment.