Rss

RSS 2.0 / Atom Feed

json · 15 lines
1
{
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
  "properties": {
4
    "url": {
5
      "type": "string",
6
      "description": "Feed URL",
7
      "default": "",
8
      "format": "uri"
9
    }
10
  },
11
  "required": [
12
    "url"
13
  ],
14
  "type": "object"
15
}
Orvanta Hub — community scripts, flows, apps & resource types.