Skip to content
Snippets Groups Projects
castopod_namespace.json 727 B
Newer Older
  • Learn to ignore specific revisions
  • {
      "@context": {
        "id": "@id",
        "type": "@type",
        "as": "https://www.w3.org/ns/activitystreams#",
        "schema": "http://schema.org#",
        "cp": "https://castopod.org/ns#",
        "xsd": "http://www.w3.org/2001/XMLSchema#",
        "Podcast": "cp:Podcast",
        "Episode": "cp:Episode",
        "size": {
          "@id": "cp:size",
          "@type": "xsd:nonNegativeInteger"
        },
        "season": {
          "@id": "cp:season",
          "@type": "xsd:nonNegativeInteger"
        },
        "episode": {
          "@id": "cp:episode",
          "@type": "xsd:nonNegativeInteger"
        },
        "cover": {
          "@id": "cp:cover",
          "@type": "as:Link"
        },
        "copyright": "cp:copyright",
        "category": "sc:category",
        "language": "sc:inLanguage"
      }
    }