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
Context
The context.
[JsonPropertyName("context")]
public required IReadOnlyDictionary<string, Value> Context { get; init; }
Property Value
Schema
The schema.
[JsonPropertyName("schema")]
public Schema? Schema { get; init; }