Skip to content

Commit

Permalink
schema: add initial_active_state for progressive_toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Nov 18, 2023
1 parent 3756445 commit c53ca3c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schema/packs/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,10 @@
},
"loop": {
"$ref": "#/$defs/loop"
},
"initial_active_state": {
"description": "Precollected if true",
"type": "boolean"
}
},
"required": [
Expand Down
4 changes: 4 additions & 0 deletions schema/packs/strict/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@
"loop": {
"$ref": "#/$defs/loop"
},
"initial_active_state": {
"description": "Precollected if true",
"type": "boolean"
},
"name": true,
"type": true,
"codes": true,
Expand Down

0 comments on commit c53ca3c

Please sign in to comment.