Schema file name is wrong
``` TC_MEC_SRV_SRVSUB_002_OK :: Check that the IUT acknowledges the su... { ... ... } | FAIL | FileNotFoundError: [Errno 2] No such file or directory: 'schemas//SerAvailabilityNotificationSubscription.schema.json' ``` Script is accessing schema file named `SerAvailabilityNotificationSubscription.schema.json`, but in schema folder, file doesn't have the `schema` key in it. Please fix this by changing the file name to `SerAvailabilityNotificationSubscription.schema.json`. ![image](/uploads/5797f76a0a3605e5d4eb670f23f6c94b/image.png)
issue