Scout RFP · Schema

SupplierRelationshipRequest

ProcurementSourcingRFPSupply ChainWorkday

Properties

Name Type Description
data array
View JSON Schema on GitHub

JSON Schema

scout-rfp-supplierrelationshiprequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SupplierRelationshipRequest",
  "title": "SupplierRelationshipRequest",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          },
          "type": {
            "type": "string"
          }
        }
      }
    }
  }
}