Blissfully · JSON Structure

Blissfully Vendor Structure

A software vendor in the Vendr catalog

Type: object Properties: 4 Required: 2
ProcurementSaaS DiscoverySaaS ManagementSoftware ProcurementSpend OptimizationVendor Management

Vendor is a JSON Structure definition published by Blissfully, describing 4 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name website category

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/blissfully/refs/heads/main/json-structure/blissfully-vendor-structure.json",
  "name": "Vendor",
  "description": "A software vendor in the Vendr catalog",
  "required": [
    "id",
    "name"
  ],
  "type": "object",
  "properties": {
    "id": {
      "description": "Unique vendor identifier",
      "type": "string",
      "example": "vendor-salesforce"
    },
    "name": {
      "description": "Vendor name",
      "type": "string",
      "example": "Salesforce"
    },
    "website": {
      "description": "Vendor website URL",
      "type": "uri",
      "example": "https://www.salesforce.com"
    },
    "category": {
      "description": "Primary product category",
      "type": "string",
      "example": "CRM"
    }
  }
}