protected property Response::$resultSchema in JSON-RPC 2.x
Same name and namespace in other branches
- 8 src/Object/Response.php \Drupal\jsonrpc\Object\Response::resultSchema
The schema for the result.
Type: null|array
File
- src/
Object/ Response.php, line 42
Class
- Response
- Response object to help implement JSON RPC's spec for response objects.
Namespace
Drupal\jsonrpc\ObjectCode
protected $resultSchema;