# OryKetoClient::CheckOplSyntaxResult ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **errors** | [**Array<ParseError>**](ParseError.md) | The list of syntax errors | [optional] | ## Example ```ruby require 'ory-keto-client' instance = OryKetoClient::CheckOplSyntaxResult.new( errors: null ) ```