This documentation is also published as Markdown for efficient machine reading: the whole site is indexed at /llms.txt, and every page has a clean Markdown copy under /_llms/. These are generated from the same source and cost far fewer tokens to read than this rendered HTML.

Skip to main content Skip to navigation

JsonLdPerson Pennington.StructuredData

schema.org Person — author or contributor on an JsonLdArticle.

Properties

Name string
required
Display name of the person.
Type string
schema.org @type literal.

Pennington.StructuredData.JsonLdPerson

namespace Pennington.StructuredData;

/// schema.org Person — author or contributor on an JsonLdArticle.
public record JsonLdPerson
{
    /// Display name of the person.
    
public string Name { get; set; }
/// schema.org @type literal.
public string Type { get; }
}