From 132f1ffecbfe4135f1aa05302153661b7e1feb43 Mon Sep 17 00:00:00 2001 From: MerCry Date: Mon, 23 Feb 2026 23:11:58 +0800 Subject: [PATCH] chore: setup openapi contract gate [AC-INIT] --- spec/test/openapi.provider.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/test/openapi.provider.yaml b/spec/test/openapi.provider.yaml index 2a26810..f030fed 100644 --- a/spec/test/openapi.provider.yaml +++ b/spec/test/openapi.provider.yaml @@ -2,6 +2,6 @@ openapi: 3.0.0 info: title: Test API version: 1.0.0 - x-contract-level: L1 + x-contract-level: L2 paths: {}