You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java parser of the [OpenAPI SIG-Workflows specification](https://github.com/OAI/sig-workflows).
7
+
Parsing OpenAPI workflows.
8
8
9
9
## Overview
10
10
11
-
The OpenAPI Workflow parser is an open-source Java library designed to parse the OpenAPI SIG-Workflows specification files. It reads an OpenAPI workflow specifications file (either JSON or YAML formats are supported) and creates the corresponding Java objects.
12
-
The goal of the parseris to simplifiy the extraction and manipulation of OpenAPI workflows, helping developers in creating applications and tools that leverage the semantic of API flows.
11
+
The OpenAPI Workflow parser is an open-source Java library designed to parse the [OpenAPI SIG-Workflows specification](https://github.com/OAI/sig-workflows) files. It reads an OpenAPI workflow specifications file (JSON or YAML formats are supported) and creates the corresponding Java objects.
12
+
The parser's goal is to simplifiy the extraction and manipulation of OpenAPI workflows, helping developers create applications and tools that leverage the semantics of API flows.
0 commit comments