Create a property
POST/properties
Creates a new property definition with type and optional constraints.
Supported types and their constraints:
- integer: min, max
- string: max_len
Note: Property names cannot start with the reserved prefix 'sys'
Request
Responses
- 201
- 400
- 409
- 500
Property created successfully
Bad Request
Conflict
Internal Server Error