Generator (JSON)
identifies the agent used to generate a feed, for debugging and other purposes.
| URI: | Generator |
|---|
Properties
| Name | Type | Description | |
|---|---|---|---|
| lang | string | The language. | |
| base | string | The base. | |
| uri | string | link to a representation that is relevant to the generating agent. | |
| version | string | the version of the generating agent | |
| value | string | human-readable name for the generating agent |
Example
{
"lang" : "...",
"base" : "...",
"uri" : "...",
"version" : "...",
"value" : "..."
}