US AbilityOne Commission · JSON Structure

Procurement List Api Service Structure

An AbilityOne Procurement List service

Type: record Properties: 0
Federal GovernmentDisability EmploymentProcurementNonprofitAccessibility

Procurement List Api Service 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/service.json",
  "title": "Service",
  "description": "An AbilityOne Procurement List service",
  "type": "record",
  "fields": [
    {
      "name": "id",
      "description": "Service identifier",
      "type": "string"
    },
    {
      "name": "serviceType",
      "description": "Type of service",
      "type": "string"
    },
    {
      "name": "description",
      "description": "Service description",
      "type": "string"
    },
    {
      "name": "location",
      "description": "Location where service is performed",
      "type": "string"
    },
    {
      "name": "state",
      "description": "State abbreviation",
      "type": "string"
    },
    {
      "name": "nonprofitAffiliate",
      "description": "Central nonprofit affiliate",
      "type": "string"
    },
    {
      "name": "performingAgency",
      "description": "Name of nonprofit agency performing the service",
      "type": "string"
    },
    {
      "name": "approvalDate",
      "description": "Date service was added to the Procurement List",
      "type": "date"
    },
    {
      "name": "status",
      "description": "Service status",
      "type": "string"
    }
  ]
}