AgStack Foundation · Schema

AuthToken

AgricultureLinux FoundationOpen SourceGeospatialPrecision AgricultureLinked Data

Properties

Name Type Description
jwt_token string
View JSON Schema on GitHub

JSON Schema

agstack-openagri-weather-service-authtoken-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://agstack.org/schemas/AuthToken.json",
  "title": "AuthToken",
  "properties": {
    "jwt_token": {
      "type": "string",
      "title": "Jwt Token"
    }
  },
  "type": "object",
  "required": [
    "jwt_token"
  ]
}