We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5213b64 commit 1bd5c00Copy full SHA for 1bd5c00
frontend/packages/pydantic-forms/src/core/helper.ts
@@ -52,11 +52,13 @@ export const getErrorDetailsFromResponse = function (
52
53
/**
54
* This functions looks to see if the field has any of the anyOf, allOf or oneOf keys. If it
55
- * does hoists these properties to the root level. This is for use cases where we get field definitions
+ * does hoists these properties to the root level. When hoisting the root level properties win over the
56
+ * hoisted one. This is for use cases where we get field definitions
57
* like this:
58
* {
59
* "id": "bfd",
60
* "type": "object",
61
+ * "required": ["enabled"],
62
* "allOf": [
63
* {... propertySchemaParsed}
64
* {type: "null"}
0 commit comments