Skip to content

Commit b09b0d8

Browse files
tkurkin1k0
authored andcommitted
Fix array items order example (rjsf-team#367)
Arrays have `items`, not `properties`.
1 parent 9590c42 commit b09b0d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ Array items are orderable by default, and react-jsonschema-form renders move up/
415415
```jsx
416416
const schema = {
417417
type: "array",
418-
properties: {
418+
items: {
419419
type: "string"
420420
}
421421
};

0 commit comments

Comments
 (0)