US AbilityOne Commission · JSON Structure

Procurement List Api Agencylistresponse Structure

List of nonprofit agencies

Type: record Properties: 0
Federal GovernmentDisability EmploymentProcurementNonprofitAccessibility

Procurement List Api Agencylistresponse Structure is a JSON Structure definition published by US AbilityOne Commission. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://www.abilityone.gov/structure/agencylistresponse.json",
  "title": "AgencyListResponse",
  "description": "List of nonprofit agencies",
  "type": "record",
  "fields": [
    {
      "name": "total",
      "type": "int32"
    },
    {
      "name": "agencies",
      "type": {
        "type": "array",
        "items": "agency"
      }
    }
  ]
}