Schema.org · JSON Structure

Schema Org Person

A person (alive, dead, undead, or fictional).

Type: object Properties: 31 Required: 1
Schema.orgStructured DataLinked DataJSON-LDVocabularySEOWeb StandardsRDFOntology

Person is a JSON Structure definition published by Schema.org, describing 31 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

type context name givenName familyName additionalName honorificPrefix honorificSuffix email telephone url image description jobTitle worksFor affiliation alumniOf birthDate deathDate birthPlace gender nationality address contactPoint colleague knows follows sameAs identifier award hasOccupation

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

schema-org-person.json Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "type": "object",
  "name": "Person",
  "description": "A person (alive, dead, undead, or fictional).",
  "properties": {
    "type": { "type": "string" },
    "context": { "type": "string" },
    "name": { "type": "string" },
    "givenName": { "type": "string" },
    "familyName": { "type": "string" },
    "additionalName": { "type": "string" },
    "honorificPrefix": { "type": "string" },
    "honorificSuffix": { "type": "string" },
    "email": { "type": "string" },
    "telephone": { "type": "string" },
    "url": { "type": "string" },
    "image": { "type": "string" },
    "description": { "type": "string" },
    "jobTitle": { "type": "string" },
    "worksFor": { "type": { "$ref": "schema-org-organization.json" } },
    "affiliation": { "type": { "$ref": "schema-org-organization.json" } },
    "alumniOf": { "type": "array", "items": { "type": { "$ref": "schema-org-organization.json" } } },
    "birthDate": { "type": "date" },
    "deathDate": { "type": "date" },
    "birthPlace": { "type": { "$ref": "schema-org-place.json" } },
    "gender": { "type": "string" },
    "nationality": { "type": "string" },
    "address": { "type": { "$ref": "schema-org-postal-address.json" } },
    "contactPoint": { "type": "array", "items": { "type": { "$ref": "schema-org-contact-point.json" } } },
    "colleague": { "type": "array", "items": { "type": "string" } },
    "knows": { "type": "array", "items": { "type": { "$ref": "#" } } },
    "follows": { "type": "array", "items": { "type": { "$ref": "#" } } },
    "sameAs": { "type": "array", "items": { "type": "string" } },
    "identifier": { "type": "string" },
    "award": { "type": "array", "items": { "type": "string" } },
    "hasOccupation": { "type": { "$ref": "#/definitions/Occupation" } }
  },
  "required": ["name"],
  "definitions": {
    "Occupation": {
      "type": "object",
      "name": "Occupation",
      "properties": {
        "type": { "type": "string" },
        "name": { "type": "string" },
        "occupationalCategory": { "type": "string" }
      }
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/schema-org-person"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.