@carrot-foundation/schemas 0.1.21 → 0.1.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -145,7 +145,7 @@
145
145
  "longitude": -51.07045,
146
146
  "precision_level": "city"
147
147
  },
148
- "facility_type": "Waste Generation",
148
+ "facility_type": "Collection Point",
149
149
  "responsible_participant_id": "5021ea45-5b35-4749-8a85-83dc0c6f7cbf"
150
150
  },
151
151
  "accredited_participants": [
@@ -112,18 +112,13 @@
112
112
  "facility_type": {
113
113
  "type": "string",
114
114
  "enum": [
115
- "Waste Generation",
116
115
  "Collection Point",
117
- "Transfer Station",
118
- "Sorting Facility",
119
- "Composting Facility",
120
116
  "Recycling Facility",
121
- "Processing Facility",
122
- "Disposal Facility",
123
- "Administrative Office"
117
+ "Administrative Office",
118
+ "Other"
124
119
  ],
125
120
  "title": "Facility Type",
126
- "description": "Type of facility at a location.",
121
+ "description": "Type of facility in the waste management chain.",
127
122
  "example": "Recycling Facility"
128
123
  },
129
124
  "chain_id": {
@@ -76,18 +76,13 @@
76
76
  "facility_type": {
77
77
  "type": "string",
78
78
  "enum": [
79
- "Waste Generation",
80
79
  "Collection Point",
81
- "Transfer Station",
82
- "Sorting Facility",
83
- "Composting Facility",
84
80
  "Recycling Facility",
85
- "Processing Facility",
86
- "Disposal Facility",
87
- "Administrative Office"
81
+ "Administrative Office",
82
+ "Other"
88
83
  ],
89
84
  "title": "Facility Type",
90
- "description": "Type of facility at a location.",
85
+ "description": "Type of facility in the waste management chain.",
91
86
  "example": "Recycling Facility"
92
87
  }
93
88
  },