···9 pub description: core::option::Option<String>,
10 ///knot where the repo was created
11 pub knot: String,
00012 ///name of the repo
13 pub name: String,
14- pub owner: atrium_api::types::string::Did,
15 ///source of the repo
16 #[serde(skip_serializing_if = "core::option::Option::is_none")]
17 pub source: core::option::Option<String>,
···9 pub description: core::option::Option<String>,
10 ///knot where the repo was created
11 pub knot: String,
12+ ///List of labels that this repo subscribes to
13+ #[serde(skip_serializing_if = "core::option::Option::is_none")]
14+ pub labels: core::option::Option<Vec<String>>,
15 ///name of the repo
16 pub name: String,
017 ///source of the repo
18 #[serde(skip_serializing_if = "core::option::Option::is_none")]
19 pub source: core::option::Option<String>,