AgStack Foundation · JSON Structure

Agstack Openagri Weather Service Body Token Auth Token Post Structure

Type: object Properties: 0
AgricultureLinux FoundationOpen SourceGeospatialPrecision AgricultureLinked Data

Agstack Openagri Weather Service Body Token Auth Token Post Structure is a JSON Structure definition published by AgStack Foundation. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://agstack.org/structures/Body_token_auth_token_post.json",
  "title": "Body_token_auth_token_post",
  "type": "object",
  "fields": [
    {
      "name": "grant_type",
      "type": "string"
    },
    {
      "name": "username",
      "type": "string"
    },
    {
      "name": "password",
      "type": "string"
    },
    {
      "name": "scope",
      "type": "string"
    },
    {
      "name": "client_id",
      "type": "string"
    },
    {
      "name": "client_secret",
      "type": "string"
    }
  ]
}