{"parameter": [
  {
    "default_string": null,
    "type": "string",
    "format": "attribute",
    "helper_text": "Name",
    "id": "name",
    "is_primary": false,
    "label": "Name",
    "max_length": 100,
    "min_length": 2,
    "multiple": false,
    "nullable": true,
    "persistence": "arke_parameter",
    "required": false,
    "strip": false,
    "unique": false,
    "values": null
  },
  {
    "default_string": "",
    "type": "string",
    "format": "attribute",
    "helper_text": "Path",
    "id": "path",
    "is_primary": false,
    "label": "Path",
    "max_length": null,
    "min_length": null,
    "multiple": false,
    "nullable": true,
    "persistence": "arke_parameter",
    "required": false,
    "strip": false,
    "unique": false,
    "values": null
  },
  {
    "default_string": "gcloud",
    "type": "string",
    "format": "attribute",
    "helper_text": "Provider",
    "id": "provider",
    "is_primary": false,
    "label": "Provider",
    "max_length": null,
    "min_length": null,
    "multiple": false,
    "nullable": true,
    "persistence": "arke_parameter",
    "required": false,
    "strip": false,
    "unique": false,
    "values": [
      "local",
      "gcloud",
      "aws"
    ]
  },
  {
    "default_float": null,
    "type": "float",
    "format": "attribute",
    "helper_text": "Size",
    "id": "size",
    "is_primary": false,
    "label": "Size",
    "max": null,
    "min": 0,
    "multiple": false,
    "nullable": true,
    "persistence": "arke_parameter",
    "required": false,
    "unique": false,
    "values": null
  },
  {
    "default_binary": null,
    "type": "binary",
    "format": "attribute",
    "helper_text": "Binary",
    "id": "binary_data",
    "is_primary": false,
    "label": "Binary",
    "nullable": true,
    "persistence": "arke_parameter",
    "required": false
  },
  {
    "default_string": "",
    "type": "string",
    "format": "attribute",
    "helper_text": "Extension",
    "id": "extension",
    "is_primary": false,
    "label": "Extension",
    "max_length": null,
    "min_length": null,
    "multiple": false,
    "nullable": true,
    "persistence": "arke_parameter",
    "required": false,
    "strip": false,
    "unique": false,
    "values": null
  }

]}