Scout RFP · Schema

BidResponse

ProcurementSourcingRFPSupply ChainWorkday

Properties

Name Type Description
data object
View JSON Schema on GitHub

JSON Schema

scout-rfp-bidresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BidResponse",
  "title": "BidResponse",
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string"
        },
        "type": {
          "type": "string"
        },
        "attributes": {
          "type": "object",
          "properties": {
            "total_cost": {
              "type": "number"
            },
            "submitted_at": {
              "type": "string",
              "format": "date-time"
            }
          }
        }
      }
    }
  }
}