About Apple News API Field Types
Understand the standard field types used in the Apple News API.
Overview
The Apple News API uses the following standard field types:
UUID: A 128-bit universally unique identifier.
String: A UTF-8 string.
Boolean: A value that is either
trueorfalse.Object: An object represented as a JSON-formated string.
Array: A comma-delimited sequence contained in square brackets: [ ].
DateTime: A date and UTC time represented as a string in ISO 8601.
URL: A URL represented as a string.