Table of Contents

Class ContextParsingCall

Namespace
CedarDotNet.Models
Assembly
CedarDotNet.dll

The context parsing call.

public sealed record ContextParsingCall : IEquatable<ContextParsingCall>
Inheritance
ContextParsingCall
Implements
Inherited Members

Properties

Action

The action.

[JsonPropertyName("action")]
public EntityUid? Action { get; init; }

Property Value

EntityUid

Context

The context.

[JsonPropertyName("context")]
public required IReadOnlyDictionary<string, Value> Context { get; init; }

Property Value

IReadOnlyDictionary<string, Value>

Schema

The schema.

[JsonPropertyName("schema")]
public Schema? Schema { get; init; }

Property Value

Schema