Table of Contents

Enum JsonElementConstraint

Namespace
JsonApiDotNetCore.Serialization.Request.Adapters
Assembly
JsonApiDotNetCore.dll

Lists constraints for the presence or absence of a JSON element.

[PublicAPI]
public enum JsonElementConstraint

Fields

Forbidden = 0

A value for the element is not allowed.

Required = 1

A value for the element is required.