<?php

namespace UsingRefs;

/**
 * @OA\Schema(description="A model")
 *
 * This is here to force the use of allOf in the Product schema.
 */
class Model {
}
