diff --git a/src/main/java/org/gcube/gcat/rest/Item.java b/src/main/java/org/gcube/gcat/rest/Item.java index 14f78ef..25d85c1 100644 --- a/src/main/java/org/gcube/gcat/rest/Item.java +++ b/src/main/java/org/gcube/gcat/rest/Item.java @@ -259,7 +259,7 @@ public class Item extends REST implements org.gcube.gcat.api.interf *
the email address of the item’s maintainer;
* *
license_id* (string)
- *
the id of the item’s license, use License listing API to get available values;
+ *
the id of the item’s license, use License listing API to get available values;
* *
notes (string)
*
a description of the item;
@@ -281,7 +281,7 @@ public class Item extends REST implements org.gcube.gcat.api.interf * the groups to which the item belongs, each group dictionary should have one or more of the * following keys which identify an existing group: * 'id' (the id of the group, string), or 'name' (the name of the group, string). - * To see which groups exist use Group listing API. + * To see which groups exist use Group listing API. * * *
tags (list of tag dictionaries)
@@ -292,7 +292,7 @@ public class Item extends REST implements org.gcube.gcat.api.interf * * *
resources (list of resource dictionaries)
- *
the item’s resources, see Resource collection for the format of resource dictionaries;
+ *
the item’s resources, see Resource collection for the format of resource dictionaries;
* * *
extras (list of item extra dictionaries)
@@ -301,7 +301,7 @@ public class Item extends REST implements org.gcube.gcat.api.interf *
owner_org (string)
*
* the id of the item’s owning organization, see supportedOrganizations property in - * Read Configuration. + * Read Configuration. * The defaultOrganization is used if the author does not specify the organization. *
* @@ -347,7 +347,7 @@ public class Item extends REST implements org.gcube.gcat.api.interf * If at least one profile has been defined within this context, then you need to specify the profile's * type when creating the item. * You need to insert, among the extras of the JSON object describing the item, a system:type - * property with one of the available profile, see List Profiles API. + * property with one of the available profile, see List Profiles API. * The validation of the submitted request will be performed against the profile whose type has been specified. * The profile's properties need to be specified within the extras field as well. *

@@ -365,7 +365,7 @@ public class Item extends REST implements org.gcube.gcat.api.interf * The social_post query parameter is optional and the default value is false.
* Please note that even the user indicates social_post=true the social post * is create only and only if the Catalogue-Manager enabled this feature, see socialPostEnabled property in - * Read Configuration. + * Read Configuration. *

* *