mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 22:13:32 -04:00
Temp: ThangTypes don't require kind.
This commit is contained in:
parent
6ed89a2d79
commit
eb4293fee5
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ _.extend ThangTypeSchema.properties,
|
|||
description: 'Snap to this many meters in the y-direction.'
|
||||
components: c.array {title: 'Components', description: 'Thangs are configured by changing the Components attached to them.', uniqueItems: true, format: 'thang-components-array'}, ThangComponentSchema # TODO: uniqueness should be based on 'original', not whole thing
|
||||
|
||||
ThangTypeSchema.required = ['kind']
|
||||
ThangTypeSchema.required = []
|
||||
|
||||
ThangTypeSchema.default =
|
||||
raw: {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue