Justin Cook

Results 2 comments of Justin Cook

@ctopinka I had the same issue. Tried simply skipping the instructions in the readme to download 1.4 first and started with this. `gvm install go1.14.1 -B` then `gvm use go1.14.1`...

Add additionalProperties: false ``` Person: { type: "object", properties: { first_name: { type: "string", example: "Pam", }, last_name: { type: "string", example: "Halpert", }, }, additionalProperties: false, required: [], title:...