ees_network_drive/schema.py [72:86]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        'nullable': True,
        'type': 'dict',
        'schema': {
            'path_template': {
                'nullable': True,
                'type': 'list',
                'schema': {
                    'type': 'string',
                }
            },
            'size': {
                'nullable': True,
                'type': 'list',
                'schema': {
                    'type': 'string',
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ees_network_drive/schema.py [93:107]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        'nullable': True,
        'type': 'dict',
        'schema': {
            'path_template': {
                'nullable': True,
                'type': 'list',
                'schema': {
                    'type': 'string',
                }
            },
            'size': {
                'nullable': True,
                'type': 'list',
                'schema': {
                    'type': 'string',
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



