Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space SBUD and version 5
Code Block
languagejs
firstline1
titleJSON Format
linenumberstrue
collapsetrue
{
	"Providers": [
    	"",
		"",
		...
	],
	"PreferredProvider": "",
	"SearchRules": [
		{
			"Enabled": true,
			"Name": "",
			"Rules": [
				{
					"Type": "Any",
					"Matches": [
						"",
						""
						...
					]
				},
				{
					"Type": "All",
					"Matches": [
						"",
						""
						...
					]
				},
				{
					"Type": "DataSet",
					"Params": {
						"Id": ""
						"Op": ""
						"Value": ""
					}
				},
				...
			],
			"Outcomes": [
				"Providers": [
					"",
					"",
					...
				]
			]
		},
		...
	],
	"TransformIn": {
		"SD": {},
		"SS": {}
	},
	"MaxOffers": 10
}