Skip to content

Instantly share code, notes, and snippets.

@mikos

mikos/sample.clj Secret

Created September 24, 2015 23:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikos/dea83b5c507eccc93e80 to your computer and use it in GitHub Desktop.
Save mikos/dea83b5c507eccc93e80 to your computer and use it in GitHub Desktop.
[{:tag :organization,
:attrs {:org_code "ABC", :id "123"},
:content
[{:tag :name, :attrs nil, :content ["Some content here"]}
{:tag :alternate_name, :attrs nil, :content nil}
{:tag :org_type, :attrs {:id "14"}, :content ["Organisation type"]}
{:tag :is_active, :attrs nil, :content ["Y"]}
{:tag :is_public, :attrs nil, :content ["Y"]}
{:tag :sub_org_of, :attrs nil, :content nil}
{:tag :street_address,
:attrs nil,
:content
[{:tag :optional_line, :attrs nil, :content nil}
{:tag :address, :attrs nil, :content ["123 Fake Street"]}
{:tag :city, :attrs nil, :content ["Fake City"]}
{:tag :state, :attrs nil, :content ["FA"]}
{:tag :postal_code, :attrs nil, :content ["FAKE"]}
{:tag :country, :attrs {:country_code "US"}, :content ["USA"]}]}
{:tag :mail_address,
:attrs nil,
:content
[{:tag :optional_line, :attrs nil, :content nil}
{:tag :address, :attrs nil, :content ["456 Fake Street"]}
{:tag :city, :attrs nil, :content ["Fake City"]}
{:tag :state, :attrs nil, :content ["FA"]}
{:tag :postal_code, :attrs nil, :content ["FAKE"]}
{:tag :country, :attrs {:country_code "US"}, :content ["USA"]}]}
{:tag :phone, :attrs nil, :content ["123-456-7000"]}
{:tag :fax, :attrs nil, :content ["123-456-7000"]}
{:tag :web_site, :attrs nil, :content ["www.google.com"]}
{:tag :latitude, :attrs nil, :content ["12.34567"]}
{:tag :longitude, :attrs nil, :content ["-12.34567"]}
{:tag :time_zone, :attrs nil, :content ["GMT"]}
{:tag :principal, :attrs {:title "", :id ""}, :content nil}
{:tag :updated_at, :attrs nil, :content ["2015-09-24 12:34:56"]}]}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment