data/csourceRegistrations/context-source-registration-vehicle-speed-with-retrieve-ops.jsonld
0 → 100644
+20
−0
Loading
These verify create/delete is blocked when the registration does NOT support the operation, but pointed at the redirectionOps fixture - and per clause 9.2 the redirectionOps group INCLUDES createEntity and deleteEntity, so the op is supported and the broker correctly forwards (so the tests' no-forward premise never held). Point both at a new exclusive fixture, context-source-registration-vehicle-speed-with-retrieve-ops.jsonld, with operations:["retrieveOps"] (no create/delete) claiming the speed property (not the locally-held attributes, so the exclusive registration is valid). The operation is then genuinely unsupported: create -> 409, delete -> 207 (local delete plus the unforwardable registered portion), neither forwards. New fixture only; the shared redirection-ops fixture (~38 users) is untouched.