public function SingleNestedEnhancer::getJsonSchema in JSON:API Extras 8
Get the JSON Schema for the new output.
Return value
array An structured array representing the JSON Schema of the new output.
Overrides ResourceFieldEnhancerInterface::getJsonSchema
File
- src/
Plugin/ jsonapi/ FieldEnhancer/ SingleNestedEnhancer.php, line 62
Class
- SingleNestedEnhancer
- Perform additional manipulations to date fields.
Namespace
Drupal\jsonapi_extras\Plugin\jsonapi\FieldEnhancerCode
public function getJsonSchema() {
return [
'type' => 'string',
];
}