Update federation_entities.json

parent_type is mandatory for likes
This commit is contained in:
Senya 2018-04-15 19:09:36 +03:00 committed by GitHub
parent 97888067e6
commit b15e70f942
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,7 +101,7 @@
"positive": { "type": "boolean" },
"parent_type": { "enum": ["Post", "Comment"] }
},
"required": ["positive"]
"required": ["positive", "parent_type"]
}
}
}