ResourceAssignment (type)

{
  "description": "Amount of memory and CPU allocated to the Edge VM.", 
  "id": "ResourceAssignment", 
  "module_id": "FabricNode", 
  "properties": {
    "cpu_count": {
      "description": "CPU count.", 
      "minimum": 0, 
      "readonly": true, 
      "required": false, 
      "title": "CPU count.", 
      "type": "int"
    }, 
    "memory_allocation_in_mb": {
      "description": "Memory allocation in MB.", 
      "minimum": 0, 
      "readonly": true, 
      "required": false, 
      "title": "Memory allocation in MB.", 
      "type": "int"
    }
  }, 
  "type": "object"
}