Search Results for

    Show / Hide Table of Contents
    View Source

    Class RequireNonNullablePropertiesSchemaFilter

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.OpenApi
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class RequireNonNullablePropertiesSchemaFilter : ISchemaFilter

    Methods

    View Source

    Apply(OpenApiSchema, SchemaFilterContext)

    Add to model.Required all properties where Nullable is false.

    Declaration
    public void Apply(OpenApiSchema model, SchemaFilterContext context)
    Parameters
    Type Name Description
    OpenApiSchema model
    SchemaFilterContext context
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Apply(OpenApiSchema, SchemaFilterContext)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX