forked from w3c-ccg/traceability-vocab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUSDASpecialtyCrops237AForm.yml
243 lines (243 loc) · 6.97 KB
/
USDASpecialtyCrops237AForm.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
$linkedData:
term: USDASpecialtyCrops237AForm
'@id': https://w3id.org/traceability#USDASpecialtyCrops237AForm
title: USDA Specialty Crops 237A Form
description: Form SC-237A is used by personnel of USDA audit services to record information when applications for services are made.
type: object
properties:
type:
type: array
readOnly: true
const:
- USDASpecialtyCrops237AForm
default:
- USDASpecialtyCrops237AForm
items:
type: string
enum:
- USDASpecialtyCrops237AForm
requestDate:
title: Request Date
description: Date the audit was requested.
type: string
$linkedData:
term: requestDate
'@id': https://vocabulary.uncefact.org/reportSubmissionDateTime
anticipatedAuditDate:
title: Anticipated Audit Date
description: Anticipated date of the audit.
type: string
$linkedData:
term: anticipatedAuditDate
'@id': https://www.gs1.org/voc/certificationAuditDate
auditee:
title: Auditee
description: The party to be audited.
$ref: ./Organization.yml
$linkedData:
term: auditee
'@id': https://vocabulary.uncefact.org/associatedParty
applicant:
title: Applicant
description: The party applying for the audit (may be left blank if same as "Auditee").
$ref: ./Organization.yml
$linkedData:
term: applicant
'@id': https://vocabulary.uncefact.org/associatedParty
billingAccountNumber:
title: Billing Account Number
description: The applicant's billing account number.
type: string
$linkedData:
term: billingAccountNumber
'@id': https://schema.org/accountId
locations:
title: Locations
description: Location(s), including non-contiguous sites and fields.
type: array
items:
$ref: ./Place.yml
$linkedData:
term: locations
'@id': https://schema.org/location
totalArea:
title: Total Area
description: Total acres / total sq. feet to be audited.
$ref: ./QuantitativeValue.yml
$linkedData:
term: totalArea
'@id': https://www.gs1.org/voc/grossArea
commoditiesCovered:
title: Commodities Covered
description: Commodities to be covered by the audit.
type: array
items:
$ref: ./AgricultureProduct.yml
$linkedData:
term: commoditiesCovered
'@id': https://www.gs1.org/voc/certificationSubject
auditProgramsRequested:
title: Audit Programs Requested
description: A list of audit program(s) requested.
type: array
items:
type: string
$linkedData:
term: auditProgramsRequested
'@id': https://www.gs1.org/voc/certificationType
countByInspector:
title: Count by Inspector
description: Whether the count of the packages was counted by the inspector.
type: boolean
$linkedData:
term: countByInspector
'@id': https://schema.org/values
extendedProduct:
title: Extended Product
description: Extended product information.
type: array
items:
$ref: ./ExtendedProduct.yml
$linkedData:
term: extendedProduct
'@id': https://www.gs1.org/voc/certificationSubject
additionalRemarks:
title: Additional Remarks
description: Any additional remarks regarding the application.
type: string
$linkedData:
term: additionalRemarks
'@id': https://vocabulary.uncefact.org/remarks
additionalProperties: false
required:
- type
example: |-
{
"type": ["USDASpecialtyCrops237AForm"],
"requestDate": "2021-03-14",
"anticipatedAuditDate": "2021-04-12",
"auditee": {
"type": ["Organization"],
"name": "John's Produce",
"description": "Producing top quality agricultural products since 1932",
"email": "[email protected]",
"phoneNumber": "555-895-1661",
"faxNumber": "555-497-2527",
"contactPoint": {
"type": [ "ContactPoint"],
"name": "John Davis",
"email": "[email protected]",
"phoneNumber": "555-218-9784"
}
},
"billingAccountNumber": "103481237",
"locations": [
{
"type": [
"Place"
],
"address": {
"type": [
"PostalAddress"
],
"name": "John's Produce",
"streetAddress": "4335 Walsh Underpass",
"addressLocality": "Port Mark",
"addressRegion": "LA",
"postalCode": "67391",
"addressCountry": "United States"
},
"locationName": "John's Tomato Farm #1"
}
],
"totalArea": {
"type": [
"QuantitativeValue"
],
"unitCode": "ac",
"value": "38"
},
"commoditiesCovered": [
{
"type": [
"AgricultureProduct"
],
"upc": "033383401508",
"plu": "94225",
"gtin": "033383401508",
"product": {
"type": [
"Product"
],
"manufacturer": {
"type": [
"Organization"
],
"email": "[email protected]",
"phoneNumber": "555-267-4748"
},
"name": "Tomatoes",
"description": "Tomatoes, Cartons",
"sizeOrAmount": {
"type": [
"QuantitativeValue"
],
"unitCode": "cartons",
"value": "348"
},
"weight": {
"type": [
"QuantitativeValue"
],
"unitCode": "lbs",
"value": "640"
},
"sku": "164664203943"
},
"scientificName": "Solanum lycopersicum",
"labelImageUrl": "https://img.example.org/033383401508/640/480/",
"labelImageHash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"name": "Avocados",
"productImageUrl": "https://img.example.org/102934920857/937/903/",
"productImageHash": "8kb47j986hklhde4rfh78okjhgjo08765fgu7tfg4t864fy876rfser45thj87f3"
}
],
"auditProgramsRequested": [
"Produce GAPs Harmonized Audit: Field Operations & Harvesting",
"Plant Systems Audit"
],
"countByInspector": true,
"extendedProduct": [
{
"type": ["ExtendedProduct"],
"origination": {
"type": [
"Place"
],
"globalLocationNumber": "5449782976823",
"address": {
"type": [
"PostalAddress"
],
"name": "Miracle Produce",
"streetAddress": "853 Wisozk River",
"addressLocality": "New Noemyfort",
"addressRegion": "New Mexico",
"postalCode": "18047-2038",
"addressCountry": "Togo"
},
"unLocode": "DKCPH"
},
"supplier": {
"type" : ["Organization"],
"name": "Miracle Produce",
"description": "Organic fruits & vegetables",
"email": "[email protected]",
"phoneNumber": "+1-460-555-2604",
"url": "miracle.example.com"
},
"htsCode": "6603.20.3000",
"gtin": "614141007349"
}
]
}