qfai 0.2.8 → 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/init/.qfai/README.md +1 -1
- package/assets/init/.qfai/contracts/api/api-0001-sample.yaml +1 -4
- package/assets/init/.qfai/prompts/README.md +1 -1
- package/assets/init/.qfai/spec/decisions/ADR-0001.md +1 -1
- package/assets/init/.qfai/spec/decisions/README.md +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# OpenAPI contract sample (API-0001)
|
|
2
2
|
# - 必須: openapi, info, paths
|
|
3
|
-
# -
|
|
3
|
+
# - 重要: operationId に API-0001 のような ID を含める(validate が参照整合に利用)
|
|
4
4
|
openapi: 3.0.0
|
|
5
5
|
info:
|
|
6
6
|
title: QFAI Sample API
|
|
@@ -9,9 +9,6 @@ paths:
|
|
|
9
9
|
/health:
|
|
10
10
|
get:
|
|
11
11
|
operationId: API-0001
|
|
12
|
-
x-qfai-refs:
|
|
13
|
-
- BR-0001
|
|
14
|
-
- SC-0001
|
|
15
12
|
responses:
|
|
16
13
|
"200":
|
|
17
14
|
description: OK
|