I have written a Servlet that return a valid JSON data in form of below:
Here My requirement is to create a drop down under AEM asset Metadata, that reads the given JSON data by Servlet and populate under Drop-down List (AEM6.3).
Can you post an example? Registered a servlet resource type and using that in the JSON path in the dropdown. Does not seem to pull in the json, the servlet itself is not called when I see properties of an asset where this schema is applied.