Browse Source

publishedBeforeJoystream - negative timestamp handling

Leszek Wiesner 4 years ago
parent
commit
3b9a7fbc6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      content-directory-schemas/inputs/schemas/VideoSchema.json

+ 1 - 1
content-directory-schemas/inputs/schemas/VideoSchema.json

@@ -67,7 +67,7 @@
       "name": "publishedBeforeJoystream",
       "description": "If the Video was published on other platform before beeing published on Joystream - the original publication date",
       "required": false,
-      "property_type": { "Single": "Uint32" }
+      "property_type": { "Single": "Int32" }
     },
     {
       "name": "isPublic",