x-openapi-flow 1.3.5 → 1.3.6
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/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# x-openapi-flow
|
|
2
2
|
|
|
3
|
-

|
|
4
4
|
|
|
5
5
|
CLI and extension contract for documenting and validating resource lifecycle workflows in OpenAPI using `x-openapi-flow`.
|
|
6
6
|
|
|
@@ -420,14 +420,14 @@ Field reference format:
|
|
|
420
420
|
- A ready HTML example is available at `../example/openapi-swagger-ui/examples/swagger-ui/index.html`.
|
|
421
421
|
- The plugin renders a global **Flow Overview** (Mermaid image) near the top of the docs, plus operation-level flow cards.
|
|
422
422
|
|
|
423
|
-

|
|
424
424
|
|
|
425
425
|
### Graph Output Example
|
|
426
426
|
|
|
427
427
|
`x-openapi-flow graph` includes transition guidance labels in Mermaid output when present (`next_operation_id`, `prerequisite_operation_ids`).
|
|
428
428
|
The `graph` command accepts both full OpenAPI source files and sidecar files (`{context}.x.(json|yaml)` and legacy `{context}-openapi-flow.(json|yaml)`).
|
|
429
429
|
|
|
430
|
-

|
|
431
431
|
|
|
432
432
|
## Repository and Documentation
|
|
433
433
|
|