Scout RFP · Schema

EventsListResponse

ProcurementSourcingRFPSupply ChainWorkday

Properties

Name Type Description
data array
meta object
links object
View JSON Schema on GitHub

JSON Schema

scout-rfp-eventslistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventsListResponse",
  "title": "EventsListResponse",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Event"
      }
    },
    "meta": {
      "type": "object",
      "properties": {
        "total_count": {
          "type": "integer"
        }
      }
    },
    "links": {
      "type": "object",
      "properties": {
        "self": {
          "type": "string"
        },
        "next": {
          "type": "string"
        }
      }
    }
  }
}