core/src/main/java/org/apache/rocketmq/schema/registry/core/api/v1/SchemaController.java [381:397]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        )
    @ApiOperation(
        value = "Schema information",
        notes = "Schema information with the given version under the subject")
    @ApiResponses(
        {
            @ApiResponse(
                code = HttpURLConnection.HTTP_OK,
                message = "The schema is returned"
            ),
            @ApiResponse(
                code = HttpURLConnection.HTTP_NOT_FOUND,
                message = "The requested tenant or schema cannot be found"
            )
        }
        )
    public GetSchemaResponse getSchemaBySubject(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



core/src/main/java/org/apache/rocketmq/schema/registry/core/api/v1/SchemaController.java [418:434]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        )
    @ApiOperation(
        value = "Schema information",
        notes = "Schema information with the given version under the subject")
    @ApiResponses(
        {
            @ApiResponse(
                code = HttpURLConnection.HTTP_OK,
                message = "The schema is returned"
            ),
            @ApiResponse(
                code = HttpURLConnection.HTTP_NOT_FOUND,
                message = "The requested tenant or schema cannot be found"
            )
        }
        )
    public GetSchemaResponse getSchemaBySubject(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



