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" ]