PluginFileProperties (type)

{
  "additionalProperties": false, 
  "extends": {
    "$ref": "Resource
  }, 
  "id": "PluginFileProperties", 
  "module_id": "SystemHealthPlugin", 
  "properties": {
    "_links": {
      "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.", 
      "items": {
        "$ref": "ResourceLink
      }, 
      "readonly": true, 
      "title": "References related to this resource", 
      "type": "array"
    }, 
    "_schema": {
      "readonly": true, 
      "title": "Schema for this resource", 
      "type": "string"
    }, 
    "_self": {
      "$ref": "SelfResourceLink, 
      "readonly": true, 
      "title": "Link to this resource"
    }, 
    "file_name": {
      "display": {
        "order": 2
      }, 
      "pattern": "^[^/]+$", 
      "required": true, 
      "title": "File name", 
      "type": "string"
    }, 
    "plugin_id": {
      "display": {
        "order": 1
      }, 
      "required": true, 
      "title": "Plugin id", 
      "type": "string"
    }, 
    "status": {
      "display": {
        "order": 3
      }, 
      "required": true, 
      "title": "Upload status", 
      "type": "string"
    }
  }, 
  "title": "Plugin file properties", 
  "type": "object"
}