Because we can reference multiple schemas in one property I wanted to know if there is a way to know what schema does the hash belong to. What Schema is being referenced.
I was thinking about implementing a key value pair with key as schema name and value as a reference to a schema.
Is there a way to do that with existing functionality?
Hi Sebastian, I looked at the code example you attached and still couldn’t really understand how I can implement it. I am using Squidex.ClientLibrary and in-order to create a client to get data I need a schema name.
Would love for your help.