US AbilityOne Commission · JSON Structure

Procurement List Api Servicesearchresponse Structure

Paginated search results for Procurement List services

Type: record Properties: 0
Federal GovernmentDisability EmploymentProcurementNonprofitAccessibility

Procurement List Api Servicesearchresponse 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/servicesearchresponse.json",
  "title": "ServiceSearchResponse",
  "description": "Paginated search results for Procurement List services",
  "type": "record",
  "fields": [
    {
      "name": "total",
      "type": "int32"
    },
    {
      "name": "offset",
      "type": "int32"
    },
    {
      "name": "limit",
      "type": "int32"
    },
    {
      "name": "services",
      "type": {
        "type": "array",
        "items": "service"
      }
    }
  ]
}