Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Property "StructDefinitionType.parent" (reference) description has ch…
…anged from "" to "Defines a parent type for this structure. Some programming languages like Go do not support the concept of an extends, in this case the code generator simply copies all properties into this structure." Property "StructDefinitionType.properties" (map) description has changed from "" to "Contains a map of available properties for this struct." Property "StructDefinitionType.mapping" (map) description has changed from "" to "In case a discriminator is configured it is required to configure a mapping. The mapping is a map where the key is the type name and the value the actual discriminator type value." Property "MapDefinitionType.type" was removed Property "ArrayDefinitionType.type" was removed Property "StringPropertyType.type" was removed Property "IntegerPropertyType.type" was removed Property "NumberPropertyType.type" was removed Property "BooleanPropertyType.type" was removed Property "MapPropertyType.type" was removed Property "ArrayPropertyType.type" was removed Property "AnyPropertyType.type" was removed Property "GenericPropertyType.type" was removed Property "ReferencePropertyType.type" was removed Property "ReferencePropertyType.template" (map) description has changed from "" to "A map where the key is the name of the generic and the value must point to a key under the definitions keyword. This can be used in case the target points to a type which contains generics, then it is possible to replace those generics with a concrete type."
- Loading branch information