Source

@JsonClass(generateAdapter = true)
data class Source(    val source_id: String?,     val source_type: String?,     val name: String?,     val system: String?,     val edit_url: String?,     val additional_properties: Map<String, *>?)

Information about the original source and/or owner of this content

Constructors

Link copied to clipboard
fun Source(    source_id: String?,     source_type: String?,     name: String?,     system: String?,     edit_url: String?,     additional_properties: Map<String, *>?)

Properties

Link copied to clipboard
val additional_properties: Map<String, *>?

A grab-bag object for non-validatable data.

Link copied to clipboard
val edit_url: String?

A link to edit this content in its source CMS.

Link copied to clipboard
val name: String?

Deprecated in 0.10.7. See distributor.name. (Formerly: The human-readable name of the organization who first produced this content. E.g., 'Reuters'.)

Link copied to clipboard
val source_id: String?

The id of this content in a foreign CMS.

Link copied to clipboard
val source_type: String?

Deprecated in 0.10.7. See distributor.category and distributor.subcategory. (Formerly: The method used to enter this content. E.g. 'staff', 'wires'.)

Link copied to clipboard
val system: String?

The software (CMS or editor) that was used to enter this content. E.g., 'wordpress', 'ellipsis'.