# GetSchemaResponse
## Properties
**_links** | Option<[**models::GetSchemaResponseLinks**](GetSchemaResponse__links.md)> | | [optional]
**payload** | Option<[**std::collections::HashMap<String, serde_json::Value>**](serde_json::Value.md)> | A JSON schema document describing the expected payload of the action. This object can be validated against <a href=http://json-schema.org/draft-04/schema>http://json-schema.org/draft-04/schema</a>. | [optional]
**errors** | Option<[**Vec<models::Error>**](Error.md)> | A list of error responses returned when a request is unsuccessful. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)