File tree Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -3223,7 +3223,7 @@ components:
32233223          type: integer 
32243224          format: int32 
32253225          xml: 
3226-             attribute: true  
3226+             nodeType: attribute  
32273227        name: 
32283228          type: string 
32293229          xml: 
@@ -3400,7 +3400,8 @@ paths:
34003400        "200": 
34013401          content: 
34023402            application/xml: 
3403-               $ref: "#/components/schemas/Documentation" 
3403+               schema: 
3404+                 $ref: "#/components/schemas/Documentation" 
34043405components: 
34053406  schemas: 
34063407    Documentation: 
@@ -3429,19 +3430,21 @@ paths:
34293430        "200": 
34303431          content: 
34313432            application/xml: 
3432-               xml: 
3433-                 nodeType: element 
3434-                 name: StoredDocument 
3435-               $ref: "#/components/schemas/Documentation" 
3433+               schema: 
3434+                 xml: 
3435+                   nodeType: element 
3436+                   name: StoredDocument 
3437+                 $ref: "#/components/schemas/Documentation" 
34363438    put: 
34373439      requestBody: 
34383440        required: true 
34393441        content: 
34403442          application/xml: 
3441-             xml: 
3442-               nodeType: element 
3443-               name: UpdatedDocument 
3444-             $ref: "#/components/schemas/Documentation" 
3443+             schema: 
3444+               xml: 
3445+                 nodeType: element 
3446+                 name: UpdatedDocument 
3447+               $ref: "#/components/schemas/Documentation" 
34453448      responses: 
34463449        "201": {} 
34473450components: 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments