Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
RAGO - RAG OpenAPI Framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JastAdd
RAGO - RAG OpenAPI Framework
Commits
778bcaba
Commit
778bcaba
authored
3 years ago
by
Jueun Park
Browse files
Options
Downloads
Patches
Plain Diff
edit ReverseParser.jrag fully (excl. SchemaOb because of structure difference)
parent
bf2ceb26
Branches
Branches containing commit
No related tags found
1 merge request
!1
Tests/openapi generator
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/jastadd/OpenAPISpecification.relast
+1
-1
1 addition, 1 deletion
src/main/jastadd/OpenAPISpecification.relast
src/main/jastadd/ReverseParser.jrag
+553
-585
553 additions, 585 deletions
src/main/jastadd/ReverseParser.jrag
with
554 additions
and
586 deletions
src/main/jastadd/OpenAPISpecification.relast
+
1
−
1
View file @
778bcaba
...
@@ -224,7 +224,7 @@ rel ExampleObject.ex* -> Extension;
...
@@ -224,7 +224,7 @@ rel ExampleObject.ex* -> Extension;
abstract LinkOb;
abstract LinkOb;
LinkReference : LinkOb ::= <Ref> <Summary> <Description>;
LinkReference : LinkOb ::= <Ref> <Summary> <Description>;
LinkObject : LinkOb ::= <OperationRef> <OperationID> <LinkRequestBody:Object> <Description>;
LinkObject : LinkOb ::= <OperationRef> <OperationID> <LinkRequestBody:Object> <Description>;
LinkParameterTuple ::= <Key> <Value
:Object
>;
LinkParameterTuple ::= <Key> <Value>;
rel LinkReference.r -> LinkObject;
rel LinkReference.r -> LinkObject;
rel LinkObject.l* -> LinkParameterTuple;
rel LinkObject.l* -> LinkParameterTuple;
...
...
This diff is collapsed.
Click to expand it.
src/main/jastadd/ReverseParser.jrag
+
553
−
585
View file @
778bcaba
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment