Article
Represents an article with an identifier, language, paragraph specifications, and metadata.
Properties
| Property | Required | Type | Description |
|---|---|---|---|
| id | True | String | Unique identifier of the article. |
| paraSpecs | True | List[ParaSpec] | List of paragraph specifications that make up the article. |
| language | False | String | The language of the article as an ISO 639-1 two-letter code. |
| metadata | False | Map | Additional metadata associated with the article. See here for more details. |