[
    {"name":"name","description":"User friendly name of the asset","type":"string","required":true,"nullable":false,"sensitivityValue":0,"encryptionEnabled":false,"encryptionSearchable":false},
    {"name":"assetId","description":"Unique string id to identify your asset","type":"string","required":true,"nullable":false,"sensitivityValue":0,"encryptionEnabled":false,"encryptionSearchable":false},
    {"name":"priority","description":"Defines a priority in which the assets of a form template will added in the form visualizer page","type":"number","required":false,"nullable":false,"sensitivityValue":0,"encryptionEnabled":false,"encryptionSearchable":false},
    {"name":"resourceType","description":"The kind of the asset (FONT or CSS)","type":"string","required":true,"nullable":false,"sensitivityValue":0,"encryptionEnabled":false,"encryptionSearchable":false},
    {"name":"inputType","description":"The type of storage where the asset is saved, can be only URL or FILE","type":"string","required":true,"nullable":false,"sensitivityValue":0,"encryptionEnabled":false,"encryptionSearchable":false},
    {"name":"file","description":"Contains the information of a file uploaded with the file service.","type":"RawObject","required":false,"nullable":false,"sensitivityValue":0,"encryptionEnabled":false,"encryptionSearchable":false},
    {"name":"url","description":"The url of an external asset that the form visualizer will load","type":"string","required":false,"nullable":false,"sensitivityValue":0,"encryptionEnabled":false,"encryptionSearchable":false},
    {"name":"fontFamily","description":"The font-family of the uploaded font.","type":"string","required":false,"nullable":false,"sensitivityValue":0,"encryptionEnabled":false,"encryptionSearchable":false},
    {"name":"fontFormat","description":"the @font-face src format of the uploaded font","type":"string","required":false,"nullable":false,"sensitivityValue":0,"encryptionEnabled":false,"encryptionSearchable":false}
]
