Scout RFP · Schema

LineItemCreateRequest

ProcurementSourcingRFPSupply ChainWorkday

Properties

Name Type Description
data object
View JSON Schema on GitHub

JSON Schema

scout-rfp-lineitemcreaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LineItemCreateRequest",
  "title": "LineItemCreateRequest",
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "properties": {
        "attributes": {
          "type": "object",
          "properties": {
            "name": {
              "type": "string"
            },
            "description": {
              "type": "string"
            },
            "quantity": {
              "type": "number"
            },
            "unit": {
              "type": "string"
            }
          }
        }
      }
    }
  }
}