Skip to content

Commit e500a7c

Browse files
MForiTC-MO
andauthored
docs: add additionalProperties to input schema specification (#1630)
The `additionalProperties` is completely missing in the input schema specification. ![Screenshot 2025-06-11 at 14 28 46](https://github.com/user-attachments/assets/e2ef9a46-d621-4690-8114-6d563987d6c2) --------- Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
1 parent 1889c12 commit e500a7c

File tree

1 file changed

+1
-0
lines changed
  • sources/platform/actors/development/actor_definition/input_schema

1 file changed

+1
-0
lines changed

sources/platform/actors/development/actor_definition/input_schema/specification.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ If you switch the input to the **JSON** display using the toggle, then you will
106106
| `schemaVersion` | Integer | Yes | The version of the input schema <br/>specification against which <br/>your schema is written. <br/>Currently, only version `1` is out. |
107107
| `properties` | Object | Yes | This is an object mapping each field key <br/>to its specification. |
108108
| `required` | String | No | An array of field keys that are required. |
109+
| `additionalProperties` | Boolean | No | Controls if properties not listed in `properties` are allowed. Defaults to `true`. <br/>Set to `false` to make requests with extra properties fail. |
109110

110111
:::note Input schema differences
111112

0 commit comments

Comments
 (0)