You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -39,16 +43,12 @@ export function addKeyValueProperties(property: ISchemaProperties): ISchemaPrope
39
43
};
40
44
}
41
45
42
-
/**
43
-
* Adds globs schema structure to array properties with editor === 'globs'.
44
-
*/
45
-
/**
46
-
* Adds pseudoUrls schema structure to array properties with items.editor === 'pseudoUrls'.
47
-
*/
48
-
49
46
constUSER_DATA_DESCRIPTION=`User data object. A JSON object with custom user data that will be passed in the userData property of the Request object for each URL`;
50
47
constHEADERS_DESCRIPTION=`Headers object. A JSON object whose properties and values contain HTTP headers that will sent with the request.`;
51
48
49
+
/**
50
+
* Adds globs schema structure to array properties with editor === 'globs'.
0 commit comments