# Models

## The PuzzleSubmission object

```json
{"openapi":"3.0.0","info":{"title":"Investec Developer - Puzzle Challenge","version":"1.4.2"},"components":{"schemas":{"PuzzleSubmission":{"type":"object","required":["name","email","imageDescription"],"properties":{"name":{"type":"string","minLength":1,"maxLength":100,"description":"Your name so we know who you are!"},"email":{"type":"string","format":"email","description":"Your email address so we can send you your prize!"},"imageDescription":{"type":"string","minLength":1,"maxLength":50,"pattern":"^[a-zA-Z]+$","description":"What's the image in the background of the QR code? Let us know! One word!"}}}}}}
```

## The SuccessResponse object

```json
{"openapi":"3.0.0","info":{"title":"Investec Developer - Puzzle Challenge","version":"1.4.2"},"components":{"schemas":{"SuccessResponse":{"type":"object","properties":{"message":{"type":"string"}}}}}}
```

## The ErrorResponse object

```json
{"openapi":"3.0.0","info":{"title":"Investec Developer - Puzzle Challenge","version":"1.4.2"},"components":{"schemas":{"ErrorResponse":{"type":"object","properties":{"error":{"type":"string"}}}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://investec.gitbook.io/programmable-banking-community-wiki/community/investec-developers-qrious-puzzle-challenge/models.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
