Skip to content

Commit

Permalink
Add java.util.Set (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcruzdev authored Aug 28, 2024
1 parent 1a5ab2d commit f8bf842
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {imp.import};
{#if serializableModel}

import java.io.Serializable;
import java.util.Set;
{/if}
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{#if withXml}
{#else}
import java.lang.reflect.Type;
import com.fasterxml.jackson.annotation.JsonProperty;
{/if}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ paths:
description: OK
components:
schemas:
Type:
type: object
properties:
tags:
uniqueItems: true
type: array
items:
type: string
CloudEvent:
type: object
properties:
Expand Down

0 comments on commit f8bf842

Please sign in to comment.