name | data type | description |
---|---|---|
publisherName | string | |
publisherUrl | string | |
lang | string | |
startDate | ServiceDate | |
endDate | ServiceDate | |
version | string | |
id | string |
Example
{ "publisherName" : "...", "publisherUrl" : "...", "lang" : "...", "startDate" : { "year" : 12345, "month" : 12345, "day" : 12345, "minMax" : true }, "endDate" : { "year" : 12345, "month" : 12345, "day" : 12345, "minMax" : true }, "version" : "...", "id" : "..." }