I am trying to create a custom rule where I want to get all properties which uses $ref to refer some other object. I want to get the value of $ref field and also the property name. If I am using context.api.getAllProperties() then I get fully resolved properties with all null ref.
I am trying to create a custom rule where I want to get all properties which uses $ref to refer some other object. I want to get the value of $ref field and also the property name. If I am using context.api.getAllProperties() then I get fully resolved properties with all null ref.