Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Property "GenericPropertyType.name" (string) description has changed …
…from "The name of the generic, it is recommended to use common generic names like T or TValue. These generics can then be replaced on usage with a concrete type through the template property at a reference." to "The name of the generic, it is recommended to use common generic names like T or TValue. These generics can then be replaced on usage with a concrete type through the template property at a reference" Property "ReferencePropertyType.target" (string) description has changed from "The target type, this must be a key which is available under the definitions keyword." to "The target type, this must be a key which is available under the definitions keyword" Property "ReferencePropertyType.template" (map) description has changed from "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." 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" Property "StringPropertyType.format" (string) description has changed from "Optional describes the format of the string. Supported are the following types: date, date-time and time. A code generator may use a fitting data type to represent such a format, if not supported it should fall back to a string." to "Optional describes the format of the string. Supported are the following types: date, date-time and time. A code generator may use a fitting data type to represent such a format, if not supported it should fall back to a string" Type "StructDefinitionType" (struct) description has changed from "A struct represents a class/structure with a fix set of defined properties." to "A struct represents a class/structure with a fix set of defined properties" Property "StructDefinitionType.base" (boolean) description has changed from "Indicates whether this is a base structure, default is false. If true the structure is used a base type, this means it is not possible to create an instance from this structure." to "Indicates whether this is a base structure, default is false. If true the structure is used a base type, this means it is not possible to create an instance from this structure" Property "StructDefinitionType.discriminator" (string) description has changed from "Optional the property name of a discriminator property. This should be only used in case this is also a base structure." to "Optional the property name of a discriminator property. This should be only used in case this is also a base structure" Property "StructDefinitionType.mapping" (map) description has changed from "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." 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 "StructDefinitionType.parent" (reference) description has changed from "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." to "Defines a parent type, all properties from the parent type are inherited. Some programming languages like Go do not support the concept of an extends, in this case the code generator copies all properties into this structure" Property "StructDefinitionType.properties" (map) description has changed from "Contains a map of available properties for this struct." to "Contains a map of available properties for this struct" Property "TypeSchema.import" (map) description has changed from "Through the import keyword it is possible to import other TypeSchema documents. It contains a map where the key is the namespace and the value points to a remote document. The value is a URL and a code generator should support at least the following schemes: file, http, https." to "Through the import keyword it is possible to import other TypeSchema documents. It contains a map where the key is the namespace and the value points to a remote document. The value is a URL and a code generator should support at least the following schemes: file, http, https" Property "TypeSchema.root" (string) description has changed from "Specifies the root type of your specification." to "Specifies the root type of your specification"
- Loading branch information