cfn_policy_validator/parsers/identity_schemas.py [96:103]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	'type': 'object',
	'properties': {
		'Properties': {
			'type': 'object',
			'properties': {
				'Name': {
					'type': 'string'
				},
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



cfn_policy_validator/parsers/resource/s3.py [86:93]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    'type': 'object',
    'properties': {
        'Properties': {
            'type': 'object',
            'properties': {
                'Name': {
                    'type': 'string'
                },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



