Skip to content

Commit

Permalink
made isDisabled optional and added alpha to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBuessemeyer authored and jstriebel committed Apr 4, 2019
1 parent 6d398ba commit b663bb5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/javascripts/libs/datasource.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,10 @@
"brightness": { "type": "number" },
"contrast": { "type": "number" },
"color": { "$ref": "#/definitions/types::Vector3" },
"isDisabled": { "type": "boolean" }
"isDisabled": { "type": "boolean" },
"alpha": {"type": "number"}
},
"required": ["brightness", "contrast", "color", "isDisabled"]
"required": ["brightness", "contrast", "color"]
}
}
}
Expand Down

0 comments on commit b663bb5

Please sign in to comment.