AgStack Foundation · Schema

HTTPValidationError

AgricultureLinux FoundationOpen SourceGeospatialPrecision AgricultureLinked Data

Properties

Name Type Description
detail array
View JSON Schema on GitHub

JSON Schema

agstack-openagri-weather-service-httpvalidationerror-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://agstack.org/schemas/HTTPValidationError.json",
  "title": "HTTPValidationError",
  "properties": {
    "detail": {
      "items": {
        "$ref": "#/components/schemas/ValidationError"
      },
      "type": "array",
      "title": "Detail"
    }
  },
  "type": "object"
}