{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://api.agromonitoring.com/structures/ErrorResponse.json", "title": "ErrorResponse", "type": "object", "fields": [ { "name": "cod", "type": "int32", "description": "Error code." }, { "name": "message", "type": "string", "description": "Error message." } ] }