|
117 | 117 | ('buyer', ('entity:actor', {}), {
|
118 | 118 | 'doc': 'The primary contact information for the buyer.',
|
119 | 119 | }),
|
| 120 | + # FIXME remove orgname / orgfqdn |
120 | 121 | ('buyer:org', ('ou:org', {}), {
|
121 | 122 | 'doc': 'The buyer org.',
|
122 | 123 | }),
|
|
219 | 220 | )),
|
220 | 221 | ('biz:product', {}, (
|
221 | 222 | ('name', ('str', {}), {
|
222 |
| - 'doc': 'The name of the product.', |
223 |
| - }), |
| 223 | + 'doc': 'The name of the product.'}), |
| 224 | + |
224 | 225 | ('type', ('biz:product:type:taxonomy', {}), {
|
225 |
| - 'doc': 'The type of product.', |
226 |
| - }), |
| 226 | + 'doc': 'The type of product.'}), |
| 227 | + |
227 | 228 | # TODO ('upc', ('biz:upc', {}), {}),
|
228 | 229 | ('summary', ('str', {}), {
|
229 | 230 | 'doc': 'A brief summary of the product.',
|
230 |
| - 'disp': {'hint': 'text'}, |
231 |
| - }), |
| 231 | + 'disp': {'hint': 'text'}}), |
| 232 | + |
232 | 233 | # FIXME: manufactur?
|
233 | 234 | ('maker', ('entity:actor', {}), {
|
234 |
| - 'doc': 'A contact for the maker of the product.', |
235 |
| - }), |
| 235 | + 'doc': 'A contact for the maker of the product.'}), |
| 236 | + |
236 | 237 | ('price:retail', ('econ:price', {}), {
|
237 |
| - 'doc': 'The MSRP price of the product.', |
238 |
| - }), |
| 238 | + 'doc': 'The MSRP price of the product.'}), |
| 239 | + |
239 | 240 | ('price:bottom', ('econ:price', {}), {
|
240 |
| - 'doc': 'The minimum offered or observed price of the product.', |
241 |
| - }), |
| 241 | + 'doc': 'The minimum offered or observed price of the product.'}), |
| 242 | + |
242 | 243 | ('price:currency', ('econ:currency', {}), {
|
243 | 244 | 'doc': 'The currency of the retail and bottom price properties.',
|
244 | 245 | }),
|
|
251 | 252 | 'doc': 'The ou:vitals snapshot this stake is part of.',
|
252 | 253 | }),
|
253 | 254 | ('org', ('ou:org', {}), {
|
254 |
| - 'doc': 'The resolved org.', |
255 |
| - }), |
| 255 | + 'doc': 'The resolved org.'}), |
| 256 | + |
256 | 257 | ('org:name', ('entity:name', {}), {
|
257 | 258 | 'prevnames': ('orgname',),
|
258 |
| - 'doc': 'The org name as reported by the source of the stake.', |
259 |
| - }), |
| 259 | + 'doc': 'The org name as reported by the source of the stake.'}), |
| 260 | + |
260 | 261 | ('org:fqdn', ('inet:fqdn', {}), {
|
261 |
| - 'doc': 'The org FQDN as reported by the source of the stake.', |
262 |
| - }), |
| 262 | + 'doc': 'The org FQDN as reported by the source of the stake.'}), |
| 263 | + |
263 | 264 | ('name', ('str', {}), {
|
264 |
| - 'doc': 'An arbitrary name for this stake. Can be non-contact like "pool".', |
265 |
| - }), |
| 265 | + 'doc': 'An arbitrary name for this stake. Can be non-contact like "pool".'}), |
| 266 | + |
266 | 267 | # FIXME asof -> updated ( in general? )
|
267 | 268 | ('asof', ('time', {}), {
|
268 |
| - 'doc': 'The time the stake is being measured.', |
269 |
| - }), |
| 269 | + 'doc': 'The time the stake is being measured.'}), |
| 270 | + |
270 | 271 | ('shares', ('int', {}), {
|
271 |
| - 'doc': 'The number of shares represented by the stake.', |
272 |
| - }), |
| 272 | + 'doc': 'The number of shares represented by the stake.'}), |
| 273 | + |
273 | 274 | ('invested', ('econ:price', {}), {
|
274 |
| - 'doc': 'The amount of money invested in the cap table iteration.', |
275 |
| - }), |
| 275 | + 'doc': 'The amount of money invested in the cap table iteration.'}), |
| 276 | + |
276 | 277 | ('value', ('econ:price', {}), {
|
277 |
| - 'doc': 'The monetary value of the stake.', |
278 |
| - }), |
| 278 | + 'doc': 'The monetary value of the stake.'}), |
| 279 | + |
279 | 280 | ('percent', ('hugenum', {}), {
|
280 |
| - 'doc': 'The percentage ownership represented by this stake.', |
281 |
| - }), |
| 281 | + 'doc': 'The percentage ownership represented by this stake.'}), |
| 282 | + |
282 | 283 | ('owner', ('entity:actor', {}), {
|
283 |
| - 'doc': 'Contact information of the owner of the stake.', |
284 |
| - }), |
| 284 | + 'doc': 'Contact information of the owner of the stake.'}), |
| 285 | + |
285 | 286 | ('purchase', ('econ:purchase', {}), {
|
286 |
| - 'doc': 'The purchase event for the stake.', |
287 |
| - }), |
| 287 | + 'doc': 'The purchase event for the stake.'}), |
288 | 288 | )),
|
289 | 289 | ),
|
290 | 290 | }),
|
|
0 commit comments