import { getResolvedRef as t } from "@scalar/workspace-store/helpers/get-resolved-ref";
import { getParameterContentValue as m } from "./get-parameter-content.js";
const c = (e) => "schema" in e && e.schema ? t(e.schema) : t(m(e)?.schema);
export {
c as getParameterSchema
};