-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgen-schema.json
More file actions
1 lines (1 loc) · 1.28 KB
/
gen-schema.json
File metadata and controls
1 lines (1 loc) · 1.28 KB
1
[{"definitions":{"IRecipient":{"type":["object","null"]},"User":{"type":["object","null"],"properties":{"Id":{"type":"integer"},"Name":{"type":["string","null"]}},"required":["Id","Name"]}},"type":"object","properties":{"Sender":{"$ref":"#/definitions/User"},"Recipient":{"$ref":"#/definitions/IRecipient"},"Text":{"type":["string","null"]},"DateCreated":{"type":"string","format":"date-time"}},"required":["Sender","Recipient","Text","DateCreated"]},{"definitions":{"Chat":{"type":["object","null"],"properties":{"Sender":{"$ref":"#/definitions/User"},"Recipient":{"$ref":"#/definitions/IRecipient"},"Text":{"type":["string","null"]},"DateCreated":{"type":"string","format":"date-time"}},"required":["Sender","Recipient","Text","DateCreated"]},"IRecipient":{"type":["object","null"]},"User":{"type":["object","null"],"properties":{"Id":{"type":"integer"},"Name":{"type":["string","null"]}},"required":["Id","Name"]}},"type":"object","properties":{"Id":{"type":"integer"},"Name":{"type":["string","null"]},"Users":{"type":["array","null"],"items":{"$ref":"#/definitions/User"}},"Chats":{"type":["array","null"],"items":{"$ref":"#/definitions/Chat"}}},"required":["Id","Name","Users","Chats"]},{"type":"object","properties":{"Id":{"type":"integer"},"Name":{"type":["string","null"]}},"required":["Id","Name"]}]