Apideck · Schema

Photo URL

The URL of the photo of a person.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-photourl-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PhotoUrl",
  "title": "Photo URL",
  "type": "string",
  "description": "The URL of the photo of a person.",
  "example": "https://unavatar.io/elon-musk",
  "nullable": true
}