Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ tools = [
|
|
| 36 |
"description": "Role of this person",
|
| 37 |
}
|
| 38 |
},
|
| 39 |
-
"additionalProperties":
|
| 40 |
"required": [
|
| 41 |
"name",
|
| 42 |
"role"
|
|
@@ -80,7 +80,7 @@ tools = [
|
|
| 80 |
"description": "A summary of the interaction",
|
| 81 |
}
|
| 82 |
},
|
| 83 |
-
"additionalProperties":
|
| 84 |
"required": [
|
| 85 |
"people",
|
| 86 |
"date",
|
|
@@ -182,7 +182,7 @@ tools = [
|
|
| 182 |
"description": "A description of the details of the log",
|
| 183 |
}
|
| 184 |
},
|
| 185 |
-
"additionalProperties":
|
| 186 |
"required": [
|
| 187 |
"convention",
|
| 188 |
"description",
|
|
@@ -218,7 +218,7 @@ tools = [
|
|
| 218 |
"description": "Biological activity levels of the soil, including fluffiness, worms and bugs, and other evidence of soil biological activity",
|
| 219 |
}
|
| 220 |
},
|
| 221 |
-
"additionalProperties":
|
| 222 |
"required": [
|
| 223 |
"description",
|
| 224 |
"structure",
|
|
@@ -237,14 +237,14 @@ tools = [
|
|
| 237 |
"description": "The product quality of the harvest. For example, small or large fruits, sweet or tart flavor, easily molding or containing mold, high number of product seconds, etc.",
|
| 238 |
}
|
| 239 |
},
|
| 240 |
-
"additionalProperties":
|
| 241 |
"required": [
|
| 242 |
"quantity",
|
| 243 |
"quality"
|
| 244 |
]
|
| 245 |
}
|
| 246 |
},
|
| 247 |
-
"additionalProperties":
|
| 248 |
"required": [
|
| 249 |
"name",
|
| 250 |
"status",
|
|
@@ -257,7 +257,7 @@ tools = [
|
|
| 257 |
}
|
| 258 |
}
|
| 259 |
},
|
| 260 |
-
"additionalProperties":
|
| 261 |
"required": [
|
| 262 |
"name",
|
| 263 |
"description",
|
|
@@ -316,7 +316,7 @@ tools = [
|
|
| 316 |
}
|
| 317 |
}
|
| 318 |
},
|
| 319 |
-
"additionalProperties":
|
| 320 |
"required": [
|
| 321 |
"name",
|
| 322 |
"description",
|
|
@@ -363,7 +363,7 @@ tools = [
|
|
| 363 |
}
|
| 364 |
}
|
| 365 |
},
|
| 366 |
-
"additionalProperties":
|
| 367 |
"required": [
|
| 368 |
"controlled",
|
| 369 |
"independent",
|
|
@@ -379,7 +379,7 @@ tools = [
|
|
| 379 |
}
|
| 380 |
}
|
| 381 |
},
|
| 382 |
-
"additionalProperties":
|
| 383 |
"required": [
|
| 384 |
"name",
|
| 385 |
"description",
|
|
|
|
| 36 |
"description": "Role of this person",
|
| 37 |
}
|
| 38 |
},
|
| 39 |
+
"additionalProperties": False,
|
| 40 |
"required": [
|
| 41 |
"name",
|
| 42 |
"role"
|
|
|
|
| 80 |
"description": "A summary of the interaction",
|
| 81 |
}
|
| 82 |
},
|
| 83 |
+
"additionalProperties": False,
|
| 84 |
"required": [
|
| 85 |
"people",
|
| 86 |
"date",
|
|
|
|
| 182 |
"description": "A description of the details of the log",
|
| 183 |
}
|
| 184 |
},
|
| 185 |
+
"additionalProperties": False,
|
| 186 |
"required": [
|
| 187 |
"convention",
|
| 188 |
"description",
|
|
|
|
| 218 |
"description": "Biological activity levels of the soil, including fluffiness, worms and bugs, and other evidence of soil biological activity",
|
| 219 |
}
|
| 220 |
},
|
| 221 |
+
"additionalProperties": False,
|
| 222 |
"required": [
|
| 223 |
"description",
|
| 224 |
"structure",
|
|
|
|
| 237 |
"description": "The product quality of the harvest. For example, small or large fruits, sweet or tart flavor, easily molding or containing mold, high number of product seconds, etc.",
|
| 238 |
}
|
| 239 |
},
|
| 240 |
+
"additionalProperties": False,
|
| 241 |
"required": [
|
| 242 |
"quantity",
|
| 243 |
"quality"
|
| 244 |
]
|
| 245 |
}
|
| 246 |
},
|
| 247 |
+
"additionalProperties": False,
|
| 248 |
"required": [
|
| 249 |
"name",
|
| 250 |
"status",
|
|
|
|
| 257 |
}
|
| 258 |
}
|
| 259 |
},
|
| 260 |
+
"additionalProperties": False,
|
| 261 |
"required": [
|
| 262 |
"name",
|
| 263 |
"description",
|
|
|
|
| 316 |
}
|
| 317 |
}
|
| 318 |
},
|
| 319 |
+
"additionalProperties": False,
|
| 320 |
"required": [
|
| 321 |
"name",
|
| 322 |
"description",
|
|
|
|
| 363 |
}
|
| 364 |
}
|
| 365 |
},
|
| 366 |
+
"additionalProperties": False,
|
| 367 |
"required": [
|
| 368 |
"controlled",
|
| 369 |
"independent",
|
|
|
|
| 379 |
}
|
| 380 |
}
|
| 381 |
},
|
| 382 |
+
"additionalProperties": False,
|
| 383 |
"required": [
|
| 384 |
"name",
|
| 385 |
"description",
|