All Downloads are FREE. Search and download functionalities are using the official Maven repository.

s.simple-xml-example.3.0.5.source-code.example_xml_schema.raml Maven / Gradle / Ivy

#%RAML 1.0
title: HR
version: v1
baseUri: https://api.github.com
mediaType: application/xml
types:
    Person:
        schema: |
            
             
              
               
                
                
                
                 
                  
                   
                   
                  
                 
                
                
                 
                  
                   
                   
                  
                 
                
               
              
             
            

/hr:
    description: The search resource
    get:
        responses:
            200:
                body:
                    application/xml:
                        type: Person
    put:
        body:
            application/xml:
                type: Person




© 2015 - 2025 Weber Informatics LLC | Privacy Policy