diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-01-06 18:05:26 +1100 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-01-06 18:07:14 +1100 |
commit | 3c7b5f2656b816aadaadc56f955ba5bd897a340a (patch) | |
tree | 4bff1151358fbcbe02c2b2c61b4ccb06e988bedf /assets | |
parent | Prettier precommit hook (diff) | |
download | server-3c7b5f2656b816aadaadc56f955ba5bd897a340a.tar.xz |
Don't allow BaseClass props through schema
Diffstat (limited to 'assets')
-rw-r--r-- | assets/schemas.json | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/assets/schemas.json b/assets/schemas.json index 40599f06..393fc2f0 100644 --- a/assets/schemas.json +++ b/assets/schemas.json @@ -20282,44 +20282,6 @@ }, "timezone_offset": { "type": "integer" - }, - "assign": { - "type": "object", - "additionalProperties": false - }, - "toJSON": { - "type": "object", - "additionalProperties": false - }, - "hasId": { - "description": "Checks if entity has an id.\nIf entity composite compose ids, it will check them all.", - "type": "object", - "additionalProperties": false - }, - "save": { - "description": "Saves current entity in the database.\nIf entity does not exist in the database then inserts, otherwise updates.", - "type": "object", - "additionalProperties": false - }, - "remove": { - "description": "Removes current entity from the database.", - "type": "object", - "additionalProperties": false - }, - "softRemove": { - "description": "Records the delete date of current entity.", - "type": "object", - "additionalProperties": false - }, - "recover": { - "description": "Recovers a given entity in the database.", - "type": "object", - "additionalProperties": false - }, - "reload": { - "description": "Reloads entity data from the database.", - "type": "object", - "additionalProperties": false } }, "additionalProperties": false, |