{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.investbamboo.com/schemas/ResourceNotFound", "title": "Resource not found", "required": [ "message" ], "type": "object", "properties": { "message": { "type": "string", "description": "Resource not found (an incorrect url may have been used)", "example": "Resource Not Found" } }, "description": "Error response for when the resource is not found within our data." }