{ "%name": "nfs mount schema", "%description": "Definitions for nfs_mount properties and their required fields", "%definition": {"nfs": { "%comment": "Properties for an NFS mount definition", "%mount_opts": {"%type": "string"}, "%mount_user": {"%type": "string"}, "%mount_group": {"%type": "string"}, "%mount_acl": {"%type": "integer"}, "%export_name": {"%type": "path"}, "%filer_device": {"%type": "string"}, "%filer_volume": {"%type": "path"} }}, "%output": { "%comment": "Output format available", "mountnfs": { "%comment": "Output format needed for the mount script", "%uses": "nfs", "%format": "%tag:%filer_device:%filer_volume:%export_name" } } }