Skip to content

Use shallNotBeReferencedFields for ScheduledSession.SessionSeries feeds #413

@civsiv

Description

@civsiv

It is incorrect for ScheduledSession.SessionSeries fields to have compact ID references, unlike SessionSeries feeds.

// Valid
{
    "kind": "ScheduledSession.SessionSeries",
    "data": {
        "@type": "ScheduledSession",
        "superEvent": {
            "@type": "SessionSeries",
            "@id": "https://example.com/SessionSeries/1"
            ...
        }
        ...
    },
    ...
}

// Invalid
{
    "kind": "ScheduledSession.SessionSeries",
    "data": {
        "@type": "ScheduledSession",
        "superEvent": "https://example.com/SessionSeries/1"
        ...
    },
    ...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    In Progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions