Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 10 Next »

JSON Format
{
	"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
}
  • No labels