summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/public_api/v4/user/basic.json
blob: 9f69d31971c5ad7aac13a24b4058a43aad8b8e8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "type": "object",
  "required": [
    "id",
    "state",
    "avatar_url",
    "web_url"
  ],
  "properties": {
    "id": { "type": "integer" },
    "state": { "type": "string" },
    "avatar_url": { "type": "string" },
    "web_url": { "type": "string" }
  }
}