mirror of
				https://github.com/postmanlabs/openapi-to-postman.git
				synced 2022-11-29 22:05:00 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			129 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			129 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
User:
 | 
						|
  $ref: "./user.yaml"
 | 
						|
 | 
						|
Monster:
 | 
						|
  type: object
 | 
						|
  properties:
 | 
						|
    id:
 | 
						|
      type: integer
 | 
						|
    clientName:
 | 
						|
      type: string |