zijianhuang / openapiclientgen

Generate strongly typed C# and TypeScript client codes from Open API / Swagger definitions supporting jQuery, Angular, AXIOS, Fetch API, Aurelia and Angular Strictly Typed Forms
MIT License
64 stars 13 forks source link

consider to support dynamic object #53

Open zijianhuang opened 5 months ago

zijianhuang commented 5 months ago

consider to support dynamic object

    collections_add_metadataBody:
      content:
        application/json:
          schema:
            example:
              application/json:
                data:
                  attributes:
                    guid: test0
                    subjects: 5fd228b7e64e1300aa99ee15
                    volume: test
                  type: collected-metadata
            type: object
      required: true

like the one in osf.io.

https://learn.microsoft.com/en-us/dotnet/api/system.dynamic.dynamicobject