-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OAS : detailed-logging-is-on attribute is missing under response : schema of /core-model-1-4:control-construct and /v1/list-ltps-and-fcs #83
Closed
Labels
Comments
Decision:
|
Update on 13th or May:
|
Validation is working as described here: That means we need to change |
PrathibaJee
added a commit
that referenced
this issue
Oct 8, 2022
fix the issue #83 OAS : detailed-logging-is-on attribute is missing under response : schema of /core-model-1-4:control-construct and /v1/list-ltps-and-fcs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While accessing services like /v1/list-ltps-and-fcs and /core-model-1-4:control-construct , these services responds data of list of operation-client(s) along with the actual data. Here, detailed-logging-is-on is an optional attribute which is present only in operation-client ltp instance of /v1/record-service-request of ExecutionAndTraceLog (*-0-0-1-op-c-0040).
In OAS, under schema specifications of /v1/list-ltps-and-fcs and /core-model-1-4:control-construct, under the path logical-termination-point --> layer-protocol --> operation-client ltp --> operation-client-interface-configuration specification , since the attribute "detailed-logging-is-on" is present only in one-instance among the operation-clients (an optional attribute), can we add it only under properties section(not in required section).
The text was updated successfully, but these errors were encountered: