Difference between revisions of "Tag"

From Gvp-public
Jump to navigation Jump to search
Line 12: Line 12:
  
  
! TagType
+
! Type
 
{{!}} [[TagType]]
 
{{!}} [[TagType]]
 
{{!}} Tag type
 
{{!}} Tag type
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
! TagValue
+
! Value
 
{{!}} string
 
{{!}} string
 
{{!}} Value associated to tag
 
{{!}} Value associated to tag
Line 33: Line 33:
  
 
{
 
{
:        "TagType": 1,
+
:        "Type": 1,
:        "TagValue": "4",
+
:        "Value": "4",
 
:        "CreationDate": 1400994000
 
:        "CreationDate": 1400994000
 
}
 
}
Line 54: Line 54:
 
{{!}} Initial data type implementation
 
{{!}} Initial data type implementation
 
{{!}} Jose A. Jiménez
 
{{!}} Jose A. Jiménez
 +
{{!}}- valign="top"
 +
 +
! 3.0
 +
{{!}} Change in data model:
 +
*TagType to Type
 +
*TagValue to Value
 +
{{!}} José Manuel Escartin
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  

Revision as of 14:15, 24 March 2015

Tag is a pair of TagType and value used to describe properties associated to contents.

Members

Field Data Type Description
Type TagType Tag type
Value string Value associated to tag
CreationDate DateTime Date-time of the tag creation


Example

{

"Type": 1,
"Value": "4",
"CreationDate": 1400994000

}


Known issues

None


Version history

API Version Number Change description Changes author
3.0 Initial data type implementation Jose A. Jiménez
3.0 Change in data model:
  • TagType to Type
  • TagValue to Value
José Manuel Escartin


See also