diff --git a/.gitignore b/.gitignore index 14035cb7..5c2654c4 100644 --- a/.gitignore +++ b/.gitignore @@ -66,3 +66,6 @@ lib # ignore docs docs + +# report directory +report diff --git a/report/index.html b/report/index.html deleted file mode 100644 index 877bea21..00000000 --- a/report/index.html +++ /dev/null @@ -1,21 +0,0 @@ -Validation result

Validation result

Validation OK, no unexpected errors.

True negative validation OK, all expected errors were thrown.

Thu Nov 29 2018 16:19:57 GMT+0100 (Central European Standard Time)

Expected errors in Message.2.json

#ErrorSchema

1

is not one of enum values: message
type = "invalid-value-in-schema"
{
-  "type": "string",
-  "enum": [
-    "message"
-  ],
-  "description": "Type of a message"
-}

Expected errors in Message.3.json

#ErrorSchema

1

additionalProperty "invalid-non-existing-key-in-schema" exists in instance when not allowed
instance = {
-  "type": "message",
-  "invalid-non-existing-key-in-schema": 1,
-  "uid": "540862f3-ea30-5b8f-8678-56b4dc217140",
-  "image": "icon ion-android-hand stapps-color-red-dark",
-  "name": "Lösung für das Problem des Zurücksetzens der StApps-App gefunden",
-  "message": "Wie bereits berichtet, klagten User über das Löschen ihres Stundenplans beim Update von Version 0.8.0 auf 0.8.1. Wir haben eine Lösung für das Problem gefunden und testen diese ausführlich bis zum Ende dieser Woche. Wenn alles glatt verläuft, dann kommt am Wochenende die fehlerbereinige Version 0.8.2 heraus.\n\n*(25.Okt 2016)*",
-  "audiences": [
-    "students"
-  ],
-  "origin": {
-    "indexed": "2018-09-11T12:30:00Z",
-    "name": "Dummy"
-  }
-}
"https://core.stapps.tu-berlin.de/v0.0.1/lib/schema/Message.json"
\ No newline at end of file