Gravatar · Schema

AssociatedResponse

AvatarsIdentityProfilesSocialImagesGraphQLREST

Properties

Name Type Description
associated boolean Whether the entity is associated with the account.
View JSON Schema on GitHub

JSON Schema

associatedresponse.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/gravatar/refs/heads/main/json-schema/associatedresponse.json",
  "title": "AssociatedResponse",
  "type": "object",
  "required": [
    "associated"
  ],
  "properties": {
    "associated": {
      "type": "boolean",
      "description": "Whether the entity is associated with the account.",
      "examples": [
        true
      ]
    }
  }
}