1. Envelopes
plantera-api
Plant Analyzer
  • Plantera API
  • Plant Analyzer
  • Plantera API V2
  • System
  • Classification
  • Detection
  • Schemas
    • DTOs
      • Classification
        • ClassificationResponse
      • Detection
        • DiagonsisResponse
    • Envelopes
      • ErrorResponse
      • SuccessResponse
    • Models
Github
  1. Envelopes

SuccessResponse

{
    "success": true,
    "message": "string",
    "timestamp": "2019-08-24T14:15:22.123Z",
    "data": {
        "property1": "string",
        "property2": "string"
    }
}
Built with