In the Contract Approval tutorial we have two types : The Loan Contract type definition model which is a subtype of the Contract type definition model .
When executing the API call GET {{base_url}}/cms/type-definitions/ca_loan_contract/attributes , shouldn't it return the attributes of the loan_contract + attributes of contract as Loan Contract is a subtype of Contract , I can only see the attributes of loan_contract ("monthly_installments" and "yearly_income") in the response
Shouldn't the inherited attributes(the attributes of Type Contract ) be included in the response?