Update federation_entities.json
parent_type is mandatory for likes
This commit is contained in:
parent
97888067e6
commit
b15e70f942
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@
|
|||
"positive": { "type": "boolean" },
|
||||
"parent_type": { "enum": ["Post", "Comment"] }
|
||||
},
|
||||
"required": ["positive"]
|
||||
"required": ["positive", "parent_type"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue