Val Town · Schema
User
User object
Developer ToolsServerlessJavaScriptTypeScriptSocial CodingHTTP EndpointsCron JobsEmailSQLiteBlob Storage
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The ID of this user |
| type | object | Whether this is a user or an organization |
| bio | object | |
| username | object | |
| profileImageUrl | object | |
| url | string | URL of this user’s profile on Val Town’s website |
| links | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api.val.town/schemas/user",
"title": "User",
"type": "object",
"required": [
"id",
"type",
"bio",
"username",
"profileImageUrl",
"url",
"links"
],
"properties": {
"id": {
"type": "string",
"format": "uuid",
"description": "The ID of this user"
},
"type": {
"enum": [
"user",
"org"
],
"description": "Whether this is a user or an organization"
},
"bio": {
"anyOf": [
{
"type": "string",
"description": "The user\u2019s biography, if they have provided one"
},
{
"type": "null"
}
]
},
"username": {
"anyOf": [
{
"type": "string",
"description": "The user\u2019s handle that they chose for themselves. Does not include the @ symbol"
},
{
"type": "null"
}
]
},
"profileImageUrl": {
"anyOf": [
{
"type": "string",
"description": "URL that points to the user\u2019s profile image, if one exists",
"format": "uri"
},
{
"type": "null"
}
]
},
"url": {
"type": "string",
"format": "uri",
"description": "URL of this user\u2019s profile on Val Town\u2019s website"
},
"links": {
"type": "object",
"required": [
"self"
],
"properties": {
"self": {
"type": "string",
"format": "uri",
"description": "URL of this user on this API"
}
}
}
},
"description": "User object",
"example": {
"id": "00000000-0000-0000-0000-000000000000",
"bio": "Hello world",
"username": "tmcw",
"url": "https://val.town/u/tmcw",
"profileImageUrl": null
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/val-town-user"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.