{

"components": {
  "schemas": {
    "response": {
      "type": "object",
      "xml": { "name": "/", "wrapped": true },
      "properties": {
        "software": {
          "type": "object",
          "properties": {
            "id": { "$ref": "../../components.json#/components/response/schemas/id" },
            "name": { "type": "string", "example": "Google Chrome" },
            "tag": { "type": "string", "example": "software tag" },
            "manufacturer": { "type": "string", "example": "Google LLC" },
            "version": { "type": "string", "example": "0.0.0" },
            "category": { "type": "string", "example": "Google softwares" },
            "vendor": { "$ref": "../../components.json#/components/response/schemas/vendor" },
            "installs": { "type": "integer", "example": 1 },
            "created_at": { "type": "string", "example": "2020-01-01T00:00:00.000+01:00" },
            "updated_at": { "type": "string", "example": "2020-10-01T00:00:00.000+01:00" }
          }
        }
      }
    }
  }
}

}