|
83 | 83 | ('propdue', ('time', {}), {
|
84 | 84 | 'doc': 'The date/time that proposals are due.',
|
85 | 85 | }),
|
86 |
| - ('contact', ('ps:contact', {}), { |
| 86 | + ('contact', ('entity:actor', {}), { |
87 | 87 | 'doc': 'The contact information given for the org requesting offers.',
|
88 | 88 | }),
|
89 | 89 | ('purchases', ('array', {'type': 'econ:purchase', 'uniq': True, 'sorted': True}), {
|
|
114 | 114 | ('rfp', ('biz:rfp', {}), {
|
115 | 115 | 'doc': 'The RFP that the deal is in response to.',
|
116 | 116 | }),
|
117 |
| - ('buyer', ('ps:contact', {}), { |
| 117 | + ('buyer', ('entity:actor', {}), { |
118 | 118 | 'doc': 'The primary contact information for the buyer.',
|
119 | 119 | }),
|
120 | 120 | ('buyer:org', ('ou:org', {}), {
|
121 | 121 | 'doc': 'The buyer org.',
|
122 | 122 | }),
|
123 |
| - ('buyer:orgname', ('ou:name', {}), { |
124 |
| - 'doc': 'The reported ou:name of the buyer org.', |
| 123 | + ('buyer:orgname', ('entity:name', {}), { |
| 124 | + 'doc': 'The reported name of the buyer org.', |
125 | 125 | }),
|
126 | 126 | ('buyer:orgfqdn', ('inet:fqdn', {}), {
|
127 | 127 | 'doc': 'The reported inet:fqdn of the buyer org.',
|
128 | 128 | }),
|
129 |
| - ('seller', ('ps:contact', {}), { |
| 129 | + ('seller', ('entity:actor', {}), { |
130 | 130 | 'doc': 'The primary contact information for the seller.',
|
131 | 131 | }),
|
132 | 132 | ('seller:org', ('ou:org', {}), {
|
133 | 133 | 'doc': 'The seller org.',
|
134 | 134 | }),
|
135 |
| - ('seller:orgname', ('ou:name', {}), { |
136 |
| - 'doc': 'The reported ou:name of the seller org.', |
| 135 | + ('seller:orgname', ('entity:name', {}), { |
| 136 | + 'doc': 'The reported name of the seller org.', |
137 | 137 | }),
|
138 | 138 | ('seller:orgfqdn', ('inet:fqdn', {}), {
|
139 | 139 | 'doc': 'The reported inet:fqdn of the seller org.',
|
|
173 | 173 | )),
|
174 | 174 | ('biz:listing', {}, (
|
175 | 175 |
|
176 |
| - ('seller', ('ps:contact', {}), { |
| 176 | + ('seller', ('entity:actor', {}), { |
177 | 177 | 'doc': 'The contact information for the seller.'}),
|
178 | 178 |
|
179 | 179 | ('product', ('biz:product', {}), {
|
|
204 | 204 | 'doc': 'The current remaining number of instances for sale.'}),
|
205 | 205 | )),
|
206 | 206 | ('biz:service', {}, (
|
207 |
| - ('provider', ('ps:contact', {}), { |
| 207 | + ('provider', ('entity:actor', {}), { |
208 | 208 | 'doc': 'The contact info of the entity which performs the service.'}),
|
209 | 209 | ('name', ('str', {'lower': True, 'onespace': True}), {
|
210 | 210 | 'doc': 'The name of the service being performed.'}),
|
|
229 | 229 | 'doc': 'A brief summary of the product.',
|
230 | 230 | 'disp': {'hint': 'text'},
|
231 | 231 | }),
|
232 |
| - ('maker', ('ps:contact', {}), { |
| 232 | + # FIXME: manufactur? |
| 233 | + ('maker', ('entity:actor', {}), { |
233 | 234 | 'doc': 'A contact for the maker of the product.',
|
234 | 235 | }),
|
235 | 236 | ('price:retail', ('econ:price', {}), {
|
|
252 | 253 | ('org', ('ou:org', {}), {
|
253 | 254 | 'doc': 'The resolved org.',
|
254 | 255 | }),
|
255 |
| - ('orgname', ('ou:name', {}), { |
256 |
| - 'doc': 'The org name as reported by the source of the vitals.', |
| 256 | + ('org:name', ('entity:name', {}), { |
| 257 | + 'prevnames': ('orgname',), |
| 258 | + 'doc': 'The org name as reported by the source of the stake.', |
257 | 259 | }),
|
258 |
| - ('orgfqdn', ('inet:fqdn', {}), { |
259 |
| - 'doc': 'The org FQDN as reported by the source of the vitals.', |
| 260 | + ('org:fqdn', ('inet:fqdn', {}), { |
| 261 | + 'doc': 'The org FQDN as reported by the source of the stake.', |
260 | 262 | }),
|
261 | 263 | ('name', ('str', {}), {
|
262 | 264 | 'doc': 'An arbitrary name for this stake. Can be non-contact like "pool".',
|
263 | 265 | }),
|
| 266 | + # FIXME asof -> updated ( in general? ) |
264 | 267 | ('asof', ('time', {}), {
|
265 |
| - 'doc': 'The time the stake is being measured. Likely as part of an ou:vitals.', |
| 268 | + 'doc': 'The time the stake is being measured.', |
266 | 269 | }),
|
267 | 270 | ('shares', ('int', {}), {
|
268 | 271 | 'doc': 'The number of shares represented by the stake.',
|
|
276 | 279 | ('percent', ('hugenum', {}), {
|
277 | 280 | 'doc': 'The percentage ownership represented by this stake.',
|
278 | 281 | }),
|
279 |
| - ('owner', ('ps:contact', {}), { |
| 282 | + ('owner', ('entity:actor', {}), { |
280 | 283 | 'doc': 'Contact information of the owner of the stake.',
|
281 | 284 | }),
|
282 | 285 | ('purchase', ('econ:purchase', {}), {
|
|
0 commit comments