diff --git a/openapi/sms/v1/common.yaml b/openapi/sms/v1/common.yaml index 25f6daf..417965d 100644 --- a/openapi/sms/v1/common.yaml +++ b/openapi/sms/v1/common.yaml @@ -102,7 +102,7 @@ components: content: application/json: schema: - $ref: './common.yaml#/components/schemas/InvalidFormatErrorBatch' + $ref: '#/components/schemas/InvalidFormatErrorBatch' AuthenticationFailedResponse: description: Authentication failed - Invalid or missing OAuth token AuthorizationFailedResponse: @@ -116,4 +116,4 @@ components: content: application/json: schema: - $ref: './common.yaml#/components/schemas/Error' \ No newline at end of file + $ref: '#/components/schemas/Error'