Difference between revisions of "Tag"
Jump to navigation
Jump to search
| Line 18: | Line 18: | ||
! Value | ! Value | ||
| − | {{!}} | + | {{!}} string |
{{!}} Value associated to tag | {{!}} Value associated to tag | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
| Line 29: | Line 29: | ||
{ | { | ||
: "TagType": 1, | : "TagType": 1, | ||
| − | : "Value": 4 | + | : "Value": "4" |
} | } | ||
Revision as of 15:34, 19 February 2015
Tag is a par of TagType and value used to describe properties associated to contents.
Members
| Field | Data Type | Description |
|---|---|---|
| TagType | TagType | Tag type |
| Value | string | Value associated to tag |
Example
{
- "TagType": 1,
- "Value": "4"
}
Known issues
None
Version history
| API Version Number | Change description | Changes author |
|---|---|---|
| 3.0 | Initial data type implementation | Harley Cabral |