Implement OpenAPI 3.0 specification using cl-sdk/cl-json#2
Merged
Conversation
…, qlfile Agent-Logs-Url: https://github.com/cl-sdk/cl-openapi/sessions/a206de3d-d5bd-42bc-baf0-28fc745c370f Co-authored-by: diasbruno <362368+diasbruno@users.noreply.github.com>
Agent-Logs-Url: https://github.com/cl-sdk/cl-openapi/sessions/a206de3d-d5bd-42bc-baf0-28fc745c370f Co-authored-by: diasbruno <362368+diasbruno@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
diasbruno
May 4, 2026 00:21
View session
b32b156 to
00b6341
Compare
00b6341 to
9eddb86
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bootstraps
cl-openapifrom a stub package into a full OpenAPI 3.0 document parser backed bycl-sdk/cl-json.Core implementation
types.lisp— CLOS classes for all 24 OAS 3.0 objects:openapi-document,info,contact,license,server,server-variable,path-item,operation,parameter,header,request-body,media-type,encoding,response,example,link,tag,schema,discriminator,xml,security-scheme,oauth-flows,oauth-flow,referencedecode.lisp—json:decode-jsonspecializations for each type;$refobjects decode toreferenceinstances transparently. Top-level entry point:cl-openapi:parsepackage.lisp— exports ~120 symbols covering all types and their accessorsUsage
$refpointers decode toreferenceinstances; callers resolve them againstcomponentsas needed.Infrastructure
qlfile— declarescl-sdk/cl-jsonandcl-sdk/meta-definitionsas qlot GitHub dependencies (neither is in the standard Quicklisp dist)qlot exec ros run --so qlot-managed packages are on the load path$ref, composition (allOf/anyOf/oneOf), components, and responses