Feed (JSON)

The Atom data formats provide a format for web content and metadata syndication. The XML media type is defined by RFC 4287. The JSON data format is specific to GEDCOM X and is a translation to JSON from the XML.

URI:Feed
Extends:ExtensibleElement

Properties

Name Type Description
authors array of Person The author of the feed.
contributors array of Person information about a category associated with the feed
generator Generator identifies the agent used to generate the feed
icon string identifies an image that provides iconic visual identification for the feed.
id string a permanent, universally unique identifier for the feed.
results number The total number of results available, if this feed is supplying a subset of results, such as for a query.
index number The index of the first entry in this page of data, if this feed is supplying a page of data.
links map of Link The list of hypermedia links. Links are not specified by GEDCOM X core, but as extension elements by GEDCOM X RS.
logo string identifies an image that provides visual identification for the feed.
rights string information about rights held in and over the feed.
subtitle string a human-readable description or subtitle for the feed.
title string a human-readable title for the feed
updated number the most recent instant in time when the feed was modified in a way the publisher considers significant.
entries array of Entry The entries in the feed.
Properties inherited from CommonAttributes
lang string The language.
base string The base.

Example

{
  "authors" : [ {
    "name" : "...",
    "uri" : "...",
    "email" : "...",
    "lang" : "...",
    "base" : "..."
  }, {
    "name" : "...",
    "uri" : "...",
    "email" : "...",
    "lang" : "...",
    "base" : "..."
  } ],
  "contributors" : [ {
    "name" : "...",
    "uri" : "...",
    "email" : "...",
    "lang" : "...",
    "base" : "..."
  }, {
    "name" : "...",
    "uri" : "...",
    "email" : "...",
    "lang" : "...",
    "base" : "..."
  } ],
  "generator" : {
    "lang" : "...",
    "base" : "...",
    "uri" : "...",
    "version" : "...",
    "value" : "..."
  },
  "icon" : "...",
  "id" : "...",
  "results" : 12345,
  "index" : 12345,
  "links" : {
    "property1" : {
      "href" : "...",
      "template" : "...",
      "title" : "...",
      "type" : "...",
      "accept" : "...",
      "allow" : "...",
      "hreflang" : "...",
      "count" : 12345,
      "offset" : 12345,
      "results" : 12345
    },
    "property2" : {
      "href" : "...",
      "template" : "...",
      "title" : "...",
      "type" : "...",
      "accept" : "...",
      "allow" : "...",
      "hreflang" : "...",
      "count" : 12345,
      "offset" : 12345,
      "results" : 12345
    }
  },
  "logo" : "...",
  "rights" : "...",
  "subtitle" : "...",
  "title" : "...",
  "updated" : 12345,
  "entries" : [ {
    "links" : {
      "property1" : {
        "href" : "...",
        "template" : "...",
        "title" : "...",
        "type" : "...",
        "accept" : "...",
        "allow" : "...",
        "hreflang" : "...",
        "count" : 12345,
        "offset" : 12345,
        "results" : 12345
      },
      "property2" : {
        "href" : "...",
        "template" : "...",
        "title" : "...",
        "type" : "...",
        "accept" : "...",
        "allow" : "...",
        "hreflang" : "...",
        "count" : 12345,
        "offset" : 12345,
        "results" : 12345
      }
    },
    "authors" : [ {
      "name" : "...",
      "uri" : "...",
      "email" : "...",
      "lang" : "...",
      "base" : "..."
    }, {
      "name" : "...",
      "uri" : "...",
      "email" : "...",
      "lang" : "...",
      "base" : "..."
    } ],
    "categories" : [ {
      "term" : "...",
      "scheme" : "...",
      "label" : "...",
      "lang" : "...",
      "base" : "..."
    }, {
      "term" : "...",
      "scheme" : "...",
      "label" : "...",
      "lang" : "...",
      "base" : "..."
    } ],
    "content" : {
      "gedcomx" : { }
    },
    "contributors" : [ {
      "name" : "...",
      "uri" : "...",
      "email" : "...",
      "lang" : "...",
      "base" : "..."
    }, {
      "name" : "...",
      "uri" : "...",
      "email" : "...",
      "lang" : "...",
      "base" : "..."
    } ],
    "id" : "...",
    "score" : 12345.0,
    "confidence" : "4",
    "published" : 12345,
    "rights" : "...",
    "title" : "...",
    "updated" : 12345,
    "lang" : "...",
    "base" : "..."
  }, {
    "links" : {
      "property1" : {
        "href" : "...",
        "template" : "...",
        "title" : "...",
        "type" : "...",
        "accept" : "...",
        "allow" : "...",
        "hreflang" : "...",
        "count" : 12345,
        "offset" : 12345,
        "results" : 12345
      },
      "property2" : {
        "href" : "...",
        "template" : "...",
        "title" : "...",
        "type" : "...",
        "accept" : "...",
        "allow" : "...",
        "hreflang" : "...",
        "count" : 12345,
        "offset" : 12345,
        "results" : 12345
      }
    },
    "authors" : [ {
      "name" : "...",
      "uri" : "...",
      "email" : "...",
      "lang" : "...",
      "base" : "..."
    }, {
      "name" : "...",
      "uri" : "...",
      "email" : "...",
      "lang" : "...",
      "base" : "..."
    } ],
    "categories" : [ {
      "term" : "...",
      "scheme" : "...",
      "label" : "...",
      "lang" : "...",
      "base" : "..."
    }, {
      "term" : "...",
      "scheme" : "...",
      "label" : "...",
      "lang" : "...",
      "base" : "..."
    } ],
    "content" : {
      "gedcomx" : { }
    },
    "contributors" : [ {
      "name" : "...",
      "uri" : "...",
      "email" : "...",
      "lang" : "...",
      "base" : "..."
    }, {
      "name" : "...",
      "uri" : "...",
      "email" : "...",
      "lang" : "...",
      "base" : "..."
    } ],
    "id" : "...",
    "score" : 12345.0,
    "confidence" : "3",
    "published" : 12345,
    "rights" : "...",
    "title" : "...",
    "updated" : 12345,
    "lang" : "...",
    "base" : "..."
  } ],
  "lang" : "...",
  "base" : "..."
}

Change Language

Feedback

Sending...

Feedback was sent.

Can't send feedback. Retry in 5 seconds.