17 lines
423 B
YAML
17 lines
423 B
YAML
openapi-processor-mapping: v2
|
|
|
|
options:
|
|
package-name: net.hostsharing.hsadminng.hs.office.generated.api.v1
|
|
model-name-suffix: Resource
|
|
|
|
map:
|
|
result: org.springframework.http.ResponseEntity
|
|
|
|
types:
|
|
- type: array => java.util.List
|
|
- type: string:uuid => java.util.UUID
|
|
|
|
paths:
|
|
/api/hs/office/partners/{partnerUUID}:
|
|
null: org.openapitools.jackson.nullable.JsonNullable
|