[RFC] Runtime Conditions Profile Specification (Draft)#2121
Draft
colinjlacy wants to merge 1 commit intocncf:mainfrom
Draft
[RFC] Runtime Conditions Profile Specification (Draft)#2121colinjlacy wants to merge 1 commit intocncf:mainfrom
colinjlacy wants to merge 1 commit intocncf:mainfrom
Conversation
colinjlacy
commented
Apr 17, 2026
| operations: | ||
| - method: POST | ||
| path: /charge | ||
| requestBodySchema: {} |
Contributor
Author
There was a problem hiding this comment.
This is one area that needs more attention. The goal of including this field is to be able to match the requestBodySchema and responseSchema against an OpenAPI spec. However I definitely don't want to include the entirety of the OpenAPI spec in these two fields, so I'm curious to know what people think are the minimum necessary fields for an adapter to match against a downstream OpenAPI document.
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.
RFC: Runtime Conditions Profile Specification (Draft)
This PR introduces an early draft of the Runtime Conditions Profile specification. This is an early working draft and is not ready to be merged. The goal here is to solicit feedback.
Areas Where Feedback Is Especially Valuable
Addresses #1797