Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 511 Bytes

README.md

File metadata and controls

38 lines (33 loc) · 511 Bytes

NSS Configuration Files

These files are used by our mobile application.

Office Bearers Format

{
  "programme_officers": [
    {
      "name": "string",
      "contact": "string",
      "email": "string",
    },
    {
      "...": "..."
    }
  ],
  "unit_heads": [
    {
      "name": "string",
      "contact": "string",
      "email": "string",
    },
    {
      "...": "..."
    }
  ]
}

Contact Details Format

{
  "email": "string"
}