mirror of
				https://github.com/OpenAPITools/openapi-generator.git
				synced 2025-11-03 18:23:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			53 lines
		
	
	
		
			877 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			877 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "namespace": "model",
 | 
						|
  "type": "record",
 | 
						|
  "doc": "",
 | 
						|
  "name": "Sample",
 | 
						|
  "fields": [
 | 
						|
    {
 | 
						|
      "name": "type",
 | 
						|
      "type": ["null", {
 | 
						|
        "type": "enum",
 | 
						|
        "name": "Sample_type",
 | 
						|
        "symbols": [
 | 
						|
          "a",
 | 
						|
          "b",
 | 
						|
          "uh_oh",
 | 
						|
          "_0h_oh",
 | 
						|
          "coll_ision",
 | 
						|
          "coll_ision2"
 | 
						|
        ]
 | 
						|
      }],
 | 
						|
      "doc": "",
 | 
						|
      "default": null
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "name": "another",
 | 
						|
      "type": ["null", {
 | 
						|
        "type": "enum",
 | 
						|
        "name": "Sample_another",
 | 
						|
        "symbols": [
 | 
						|
          "x",
 | 
						|
          "y"
 | 
						|
        ]
 | 
						|
      }],
 | 
						|
      "doc": "",
 | 
						|
      "default": null
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "name": "equivalent",
 | 
						|
      "type": ["null", {
 | 
						|
        "type": "enum",
 | 
						|
        "name": "Sample_equivalent",
 | 
						|
        "symbols": [
 | 
						|
          "x",
 | 
						|
          "y"
 | 
						|
        ]
 | 
						|
      }],
 | 
						|
      "doc": "",
 | 
						|
      "default": null
 | 
						|
    }
 | 
						|
  ]
 | 
						|
 | 
						|
}
 |