# File lib/fog/rackspace/models/orchestration/resource_schemas.rb, line 7
        def get(resource_type)
          service.show_resource_schema(resource_type).body
        rescue Fog::Rackspace::Orchestration::NotFound
          nil
        end