From 28dc464d05d62c22ec6b3dee01fafffcd0ab754d Mon Sep 17 00:00:00 2001 From: pmikus Date: Mon, 20 Feb 2023 10:26:38 +0000 Subject: feat(telemetry): Data compress Signed-off-by: pmikus Change-Id: I652844e722e24cb49f09a3f30aabe3103e271079 --- docs/model/current/schema/test_case.info.schema.yaml | 4 ++-- docs/model/current/top.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') 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 diff --git a/docs/model/current/top.rst b/docs/model/current/top.rst index 3f09710ceb..721e6b2ff0 100644 --- a/docs/model/current/top.rst +++ b/docs/model/current/top.rst @@ -22,7 +22,7 @@ especially the export side (UTI), not import side (PAL). Version ~~~~~~~ -This document is valid for CSIT model version 1.3.0. +This document is valid for CSIT model version 1.4.0. It is recommended to use semantic versioning: https://semver.org/ That means, if the new model misses a field present in the old model, -- cgit 1.2.3-korg