Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Commit ecd4f86

Browse files
authored
Merge pull request #39 from amelak9/SHARE-341/CAPI_entities_inconsistency
SHARE-341 Capi entities inconsistency
2 parents bf649d2 + 40cd56b commit ecd4f86

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

catroweb.yaml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -959,12 +959,16 @@ components:
959959
name:
960960
type: string
961961
example: luna_sinde_2
962-
flavor:
963-
type: string
964-
example: luna
965-
package:
966-
type: string
967-
example: Looks
962+
flavors:
963+
type: array
964+
items:
965+
type: string
966+
example: [luna, pocketcode]
967+
packages:
968+
type: array
969+
items:
970+
type: string
971+
example: [Looks, Sounds]
968972
category:
969973
type: string
970974
example: Luna&Cat

0 commit comments

Comments
 (0)