oliTheTM

Results 2 issues of oliTheTM

Here is the schema: ``` { "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://domain/schema/property.schema.json", "type": "object", "additionalProperties": false, "required": [ "address", "propertyValuation", "propertyType", "bedrooms", "keyWorkerScheme", "buyToLet", "tenure", "floors", "country", "assetCharges" ], "properties": { "address":...

**Describe the bug** I continuously get a generic error upon attempting to connect with a simple socket.io implemented server; as a client. The error is: `server error`. **To Reproduce** *Server*...

question