Can someone from apigee share the recommended way to import the third party python packages such as json schema in apigee to be used by the python script policy.
Solved! Go to Solution.
If there is a Jython version of your library available, you can upload that library (jar file) as an organization resource
Please refer https://docs.apigee.com/api-platform/develop/resource-files
You should then be able to refer a class within the library using a standard "import" statement