From 9e50c4e07574265d290a0ed32693e05a5a580b99 Mon Sep 17 00:00:00 2001 From: Yogesh Ananda Nikam Date: Wed, 29 May 2024 17:24:40 +0530 Subject: [PATCH] add backward incompatible change --- in/specmatic/examples/store/common.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/in/specmatic/examples/store/common.yaml b/in/specmatic/examples/store/common.yaml index eab2389..721d577 100644 --- a/in/specmatic/examples/store/common.yaml +++ b/in/specmatic/examples/store/common.yaml @@ -16,11 +16,12 @@ components: inventory: type: integer description: - type: string + type: integer required: - name - type - inventory + - description ProductType: type: string title: Product Type