decentraland / decentraland/builder
Check if we can remove/update properties
Open
- Dominant language
- TypeScript
- Stars
- 156
- Forks
- 91
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 31
Description
We should check in the Builder an Builder-server if we can remove the following properties in the `WEARABLE` identity that we send to the content server:
- `createdAt`
- `updatedAt`
And change
`name` to `names`
`description` to `descriptions`
We need to use the same properties https://github.com/decentraland/common-schemas/blob/main/src/platform/wearables/wearable.ts#L9
Contributor guide
Assessment
This issue has not been assessed yet.