Get property schema by class and property
getPropertySchemaRetrieve the complete JSON Schema for a class property to define its data type, validation rules, and constraints for accurate data handling.
Instructions
Returns the full JSON Schema object for a class property
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| className | Yes | Class name, case-insensitive | |
| propertyName | Yes | Property name, case-insensitive |