002_02_Create a context source registration with a different data structure than CsourRegistration data typecsourceRegistrations/registration-invalid-structure-sample.jsonld
002_03_Create a context source registration with a date in the pastcsourceRegistrations/registration-past-expiration-sample.jsonld
*** Keywords ***
Create Context Source With Invalid Content
[Arguments]${filename}
[Documentation]Check that you cannot create a context source with invalid content
[Tags]mandatory
${registration_id}=Generate Random Entity Id${registration_id_prefix}
${payload}=Load Json From File${EXECDIR}/data/${filename}
${updated_payload}=Update Value To Json${payload}$..id${registration_id}