Not every propertyName to be found in an OpenAPI Specification Document can be used to a variable name in code. E.g. the name "scope" is a reserved word in D, and must be replaced with "scope_".
See Implementation
Not every propertyName to be found in an OpenAPI Specification Document can be used to a variable name in code. E.g. the name "scope" is a reserved word in D, and must be replaced with "scope_".