diff options
author | pmikus <peter.mikus@protonmail.ch> | 2023-02-20 10:26:38 +0000 |
---|---|---|
committer | pmikus <peter.mikus@protonmail.ch> | 2023-02-20 10:40:40 +0000 |
commit | 28dc464d05d62c22ec6b3dee01fafffcd0ab754d (patch) | |
tree | 9867ff6db2b1f008fd5b3b8c83193e29919723a0 /docs/model/current/schema | |
parent | 377201a59d9ebe7fae4a78da09ba25f19967b32e (diff) |
feat(telemetry): Data compress
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I652844e722e24cb49f09a3f30aabe3103e271079
Diffstat (limited to 'docs/model/current/schema')
-rw-r--r-- | docs/model/current/schema/test_case.info.schema.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/model/current/schema/test_case.info.schema.yaml b/docs/model/current/schema/test_case.info.schema.yaml index e97cd74955..5d33e0e149 100644 --- a/docs/model/current/schema/test_case.info.schema.yaml +++ b/docs/model/current/schema/test_case.info.schema.yaml @@ -13,7 +13,7 @@ --- -$id: https://fd.io/FIXME/CSIT/UTI/test_case/info/1.3.0 +$id: https://fd.io/FIXME/CSIT/UTI/test_case/info/1.4.0 $schema: https://json-schema.org/draft/2020-12/schema description: >- Schema for output of test case. @@ -364,7 +364,7 @@ allOf: CSIT model version (semver format) the exporting code adhered to. type: string - const: 1.3.0 + const: 1.4.0 required: - duration - dut_type |