1// @generated by jacquard-lexicon. DO NOT EDIT.
2//
3// Lexicon: my.skylights.defs
4//
5// This file was automatically generated from Lexicon schemas.
6// Any manual changes will be overwritten on the next regeneration.
7
8pub mod list;
9pub mod list_item;
10pub mod rel;
11
12#[jacquard_derive::lexicon]
13#[derive(
14 serde::Serialize,
15 serde::Deserialize,
16 Debug,
17 Clone,
18 PartialEq,
19 Eq,
20 jacquard_derive::IntoStatic
21)]
22#[serde(rename_all = "camelCase")]
23pub struct Item<'a> {
24 #[serde(borrow)]
25 pub r#ref: jacquard_common::CowStr<'a>,
26 #[serde(borrow)]
27 pub value: jacquard_common::CowStr<'a>,
28}