Currently the IIIF manifests generated by FairData (for media records and for related media of other entities) throw a validation error when trying to import them into Recogito Studio; after digging into the allmaps IIIF parser that RS is using it seems the issue is that the profile field of the image service is not passing validation. Manually changing the profile field to just level2 rather than http://iiif.io/api/image/3/level2.json fixes the validation issue and allows the manifest to be successfully imported into RS.
Currently the IIIF manifests generated by FairData (for media records and for related media of other entities) throw a validation error when trying to import them into Recogito Studio; after digging into the allmaps IIIF parser that RS is using it seems the issue is that the
profilefield of the image service is not passing validation. Manually changing theprofilefield to justlevel2rather thanhttp://iiif.io/api/image/3/level2.jsonfixes the validation issue and allows the manifest to be successfully imported into RS.