mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-04 10:43:44 +00:00
* Add setting for generating the oneOf interfaces as sealed interfaces * Generate samples * Add internal java17 additionalProperty setting * Move samples to highlight that they do not use the petstore * Align documentation * Update samples * Align documentation * Update mustache files and samples to change gradle settings to java17
826 B
826 B
EntityRef
Entity reference schema to be use for all entityRef class.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Name of the related entity. | [optional] |
| atReferredType | String | The actual type of the target instance when needed for disambiguation. | [optional] |
| href | String | Hyperlink reference | [optional] |
| id | String | unique identifier | [optional] |
| atSchemaLocation | String | A URI to a JSON-Schema file that defines additional attributes and relationships | [optional] |
| atBaseType | String | When sub-classing, this defines the super-class | [optional] |
| atType | String | When sub-classing, this defines the sub-class Extensible name |