From 70768d821ee58fb4e4b1c19951a9f667120963f6 Mon Sep 17 00:00:00 2001 From: Gabriella Martin Date: Tue, 22 Jul 2025 12:21:08 +0100 Subject: [PATCH] fix(extensions): :bug: fix broken links --- extensions/schemas/collateral.json | 2 +- extensions/schemas/loan.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/schemas/collateral.json b/extensions/schemas/collateral.json index b239b938..e46f7c02 100644 --- a/extensions/schemas/collateral.json +++ b/extensions/schemas/collateral.json @@ -21,7 +21,7 @@ }, "orig_valuation_type": { "description": "The value type at origination.", - "$ref": "https://raw.githubusercontent.com/SuadeLabs/fire/master/extensions/collateral.json#/properties/valuation_type", + "$ref": "https://raw.githubusercontent.com/SuadeLabs/fire/master/extensions/schemas/collateral.json#/properties/valuation_type", "jurisdictions": [ "US" ] diff --git a/extensions/schemas/loan.json b/extensions/schemas/loan.json index ee22b3f6..b0984b28 100644 --- a/extensions/schemas/loan.json +++ b/extensions/schemas/loan.json @@ -632,7 +632,7 @@ }, "orig_valuation_type": { "description": "The value type at origination.", - "$ref": "https://raw.githubusercontent.com/SuadeLabs/fire/master/extensions/collateral.json#/properties/valuation_type", + "$ref": "https://raw.githubusercontent.com/SuadeLabs/fire/master/extensions/schemas/collateral.json#/properties/valuation_type", "jurisdictions": [ "US" ]