diff --git a/plugins/QnA/openapi/qna.yml b/plugins/QnA/openapi/qna.yml new file mode 100644 index 000000000..1f4d1c098 --- /dev/null +++ b/plugins/QnA/openapi/qna.yml @@ -0,0 +1,11 @@ +openapi: 3.0.2 +info: +components: + parameters: + # This is a partial schema to add Q&A options to the main schema. + DiscussionExpand: + schema: + items: + enum: + - acceptedAnswers +