ni / systemlink-OpenAPI-documents

MIT License
16 stars 22 forks source link

nitag: Add additionalProperties to tag properties #25

Closed spanglerco closed 5 years ago

spanglerco commented 5 years ago

What does this Pull Request accomplish?

Enables code generators to treat tag properties as string key-value pairs instead of a generic object.

Why should this Pull Request be merged?

More accurately describes tag properties so generated code doesn't require dynamic type inspection.

What testing has been done?

Generated a C# client and verified the Tag class now represents the properties as a Dictionary<string, string> instead of Object.