Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dataunitylab committed Jun 17, 2024
1 parent 126642f commit 572984f
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-17T16:48:31.866801+00:00" id="runStarted"></time>
<time datetime="2024-06-17T17:00:45.818175+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-17T16:48:31.866801+00:00")) / 1000;
let ago = (Date.now() - Date.parse("2024-06-17T17:00:45.818175+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-17T16:48:31.866801+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-17T17:00:45.818175+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": "not", "schema": {"$schema": "https://json-schema.org/draft/2020-12/schema", "not": {"type": "integer"}}, "tests": [{"description": "allowed", "instance": "foo", "comment": null, "valid": true}, {"description": "disallowed", "instance": 1, "comment": null, "valid": false}], "comment": null, "registry": {}}, "seq": 1}
{"implementation": "localhost/jsonoid-discovery", "seq": 1, "results": [{"valid": true}, {"valid": true}], "expected": [true, false]}
{"case": {"description": "not multiple types", "schema": {"$schema": "https://json-schema.org/draft/2020-12/schema", "not": {"type": ["integer", "boolean"]}}, "tests": [{"description": "valid", "instance": "foo", "comment": null, "valid": true}, {"description": "mismatch", "instance": 1, "comment": null, "valid": false}, {"description": "other mismatch", "instance": true, "comment": null, "valid": false}], "comment": null, "registry": {}}, "seq": 2}
Expand Down

0 comments on commit 572984f

Please sign in to comment.