diaspora / diaspora_federation

A library that provides functionalities needed for the diaspora* federation protocol.
GNU Affero General Public License v3.0
101 stars 29 forks source link

json schema: fix misplaced "required" property #104

Closed cmrd-senya closed 6 years ago

cmrd-senya commented 6 years ago

I tried to run JSON schema validation using https://github.com/epoberezkin/ajv library (JS). It revealed a bug in our schema, that the "required" property was placed inside "properties" while it must be on the same level. It was in post and reshare description.