signnow / OpenAPI-Specification

Leverage this OpenAPI specification to get a trial run of the signNow REST API - the easiest way to embed e-signature workflows and document signing into your app. To get your account, register at https://www.signnow.com/developers
MIT License
0 stars 4 forks source link

Some properties have no name #7

Open John15213 opened 3 years ago

John15213 commented 3 years ago

The YAML file has one unnamed property, leading to errors in generated code e.g.

line 1371 of YAML

            '':
              type: string

results in the following invalid C#

    /// <summary>
    /// Gets or Sets 
    /// </summary>
    [DataMember(Name="", EmitDefaultValue=false)]
    public string  { get; set; }

And several other places where the generated property is used