IIIF/presentation-validator

Problem of textual body with ID

Opened this issue · 0 comments

Example from slack which fails:

"annotations": [
                {
                    "id": "https://crkn-iiif-presentation-api.azurewebsites.net/canvas/69429/c9dx6bx4sv0c/annotations/ubr0hjb5kn-m3regenl",
                    "type": "AnnotationPage",
                    "items": [
                        {
                            "id": "https://crkn-iiif-presentation-api.azurewebsites.net/canvas/69429/c9dx6bx4sv0c/annotations/ubr0hjb5kn-m3regenl/annotation/qf9kk1u10z-m3reglyp",
                            "type": "Annotation",
                            "motivation": "describing",
                            "target": "https://crkn-iiif-presentation-api.azurewebsites.net/canvas/69429/c9dx6bx4sv0c#xywh=2271,1879,1091,366",
                            "body": {
                                "id": "https://crkn-iiif-presentation-api.azurewebsites.net/canvas/69429/c9dx6bx4sv0c/annotations/ubr0hjb5kn-m3regenl/annotation/qf9kk1u10z-m3reglyp/body",
                                "type": "TextualBody",
                                "format": "text/html",
                                "language": "en",
                                "value": "number"
                            }
                        }
                    ]
                }
 ],

should mean this is not needed: digirati-co-uk/iiif-manifest-editor#301