 8b3b3a16df
			
		
	
	
		8b3b3a16df
		
	
	
	
	
		
			
			Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20210917143134.412106-23-armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com
		
			
				
	
	
		
			13 lines
		
	
	
		
			359 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			359 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| # we require union branches to be a struct
 | |
| { 'enum': 'TestEnum',
 | |
|   'data': [ 'value1', 'value2' ] }
 | |
| { 'struct': 'Base',
 | |
|   'data': { 'enum1': 'TestEnum' } }
 | |
| { 'struct': 'TestTypeB',
 | |
|   'data': { 'integer': 'int' } }
 | |
| { 'union': 'TestUnion',
 | |
|   'base': 'Base',
 | |
|   'discriminator': 'enum1',
 | |
|   'data': { 'value1': ['TestTypeB'],
 | |
|             'value2': 'TestTypeB' } }
 |