Move commonly used response schemas out of _common.yaml
into _common.responses.yaml
#499
Labels
good first issue
Good for newcomers
Coming from #489
A lot of OpenSearch responses are generic responses and have common schemas. For example, the
ml.delete_model_group
andml.delete_model
both useWriteResponseBase
for their 200 response schema. However, contributors are most likely not aware of these popular schemas and will redefine these response schemas for the namespace they are working on.I propose that we move these schemas into their own
_common.responses.yaml
file and highlight it in the DEV GUIDE.The text was updated successfully, but these errors were encountered: