# File lib/fog/dns/openstack/v1.rb, line 27
          def self.data
            @data ||= Hash.new do |hash, key|
              hash[key] = {
                :domains => [{
                  "id"          => "a86dba58-0043-4cc6-a1bb-69d5e86f3ca3",
                  "name"        => "example.org.",
                  "email"       => "joe@example.org",
                  "ttl"         => 7200,
                  "serial"      => 1_404_757_531,
                  "description" => "This is an example zone.",
                  "created_at"  => "2014-07-07T18:25:31.275934",
                  "updated_at"  => ''
                }],
                :quota   => {
                  "api_export_size"   => 1000,
                  "recordset_records" => 20,
                  "domain_records"    => 500,
                  "domain_recordsets" => 500,
                  "domains"           => 100
                }
              }
            end
          end