> For the complete documentation index, see [llms.txt](https://glu.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://glu.gitbook.io/docs/api-reference/store-api/models.md).

# Models

## The Error object

```json
{"openapi":"3.1.0","info":{"title":"Glu","version":"1.0.0"},"components":{"schemas":{"Error":{"type":"object","description":"A representation of common errors.","properties":{"title":{"readOnly":true,"description":"A short, human-readable summary of the problem.","type":["string","null"]},"detail":{"readOnly":true,"description":"A human-readable explanation specific to this occurrence of the problem.","type":["string","null"]},"status":{"type":["integer","null"],"default":400},"instance":{"readOnly":true,"description":"A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.","type":["string","null"]},"type":{"readOnly":true,"description":"A URI reference that identifies the problem type","type":"string"}}}}}}
```

## The Error.jsonld object

```json
{"openapi":"3.1.0","info":{"title":"Glu","version":"1.0.0"},"components":{"schemas":{"Error.jsonld":{"type":"object","description":"A representation of common errors.","properties":{"title":{"readOnly":true,"description":"A short, human-readable summary of the problem.","type":["string","null"]},"detail":{"readOnly":true,"description":"A human-readable explanation specific to this occurrence of the problem.","type":["string","null"]},"status":{"type":["integer","null"],"default":400},"instance":{"readOnly":true,"description":"A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.","type":["string","null"]},"type":{"readOnly":true,"description":"A URI reference that identifies the problem type","type":"string"},"description":{"readOnly":true,"type":["string","null"]}}}}}}
```

## The MeEndpoint.MeOutput-read object

```json
{"openapi":"3.1.0","info":{"title":"Glu","version":"1.0.0"},"components":{"schemas":{"MeEndpoint.MeOutput-read":{"type":"object"}}}}
```

## The WalletEndpoint.WalletOutput-read object

```json
{"openapi":"3.1.0","info":{"title":"Glu","version":"1.0.0"},"components":{"schemas":{"WalletEndpoint.WalletOutput-read":{"type":"object"}}}}
```
