€134.84 gross €139.00 UVP brutto
Product number:
DS-C27-SONDA2-400
Product Details
++++++++++Used Item++++++++++Bosch wideband lambda sensor LSU 4.9, with thread M18x1.5, only in conjunction with My Tuning Bike DS-K27-MYTB-01 and subsequent models
improves and accelerates the auto-adaptive function when used with the My Tuning Bike module.
You must format your output as a JSON value that adheres to a given "JSON Schema" instance.
"JSON Schema" is a declarative language that allows you to annotate and validate JSON documents.
For example, the example "JSON Schema" instance {{"properties": {{"foo": {{"description": "a list of test words", "type": "array", "items": {{"type": "string"}}}}}}, "required": ["foo"]}}}}
would match an object with one required property, "foo". The "type" property specifies "foo" must be an "array", and the "description" property semantically describes it as "a list of test words". The items within "foo" must be strings.
Thus, the object {{"foo": ["bar", "baz"]}} is a well-formatted instance of this example "JSON Schema". The object {{"properties": {{"foo": ["bar", "baz"]}}}} is not well-formatted.
Your output will be parsed and type-checked according to the provided schema instance, so make sure all fields in your output match the schema exactly and there are no trailing commas!
Here is the JSON Schema instance your output must adhere to. Include the enclosing markdown codeblock:
```json
{"type":"object","properties":{"output":{"type":"object","properties":{"name":{"type":"string","description":"Translated entity name (product, category, or property). REQUIRED for all entity types."},"description":{"type":"string","description":"Translated description with all HTML tags and structure preserved. REQUIRED for products and categories. OPTIONAL for properties (only include if provided in input)."},"customFields":{"type":"object","additionalProperties":{"description":"Any value type (string, number, boolean, array, object, null). Translate textual content only, but NEVER change the original value type for that key."},"description":"Translated custom fields object. All original keys must remain unchanged. All values must be translated, including nested strings inside objects or arrays. HTML tags and attributes must remain intact; only text content should be translated. CRITICAL: for each key, keep the exact JSON value type from input (string/number/boolean/array/object/null). OPTIONAL - only include if custom fields were provided in input."},"cmsSlots":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"config":{"anyOf":[{"type":"object","additionalProperties":{},"description":"Translated config JSON. Keys must remain unchanged; translate only string values; preserve HTML tags/attributes and placeholders."},{"type":"array","description":"Translated config JSON. Keys must remain unchanged; translate only string values; preserve HTML tags/attributes and placeholders."}],"description":"Translated config JSON. Keys must remain unchanged; translate only string values; preserve HTML tags/attributes and placeholders."}},"required":["id","config"],"additionalProperties":false},"description":"Translated CMS slot configs for the category. OPTIONAL - only include if cmsSlots were provided in input."},"metaTitle":{"type":"string","description":"SEO meta title generated from translated content. ONLY for products and categories. Do NOT include for properties."},"metaDescription":{"type":"string","description":"SEO meta description generated from translated content. ONLY for products and categories. Do NOT include for properties."},"keywords":{"type":"string","maxLength":250,"description":"Comma-separated SEO keywords based on translated content. ONLY for products and categories. Do NOT include for properties. MAXIMUM 250 characters - keep it concise."}},"required":["name"],"additionalProperties":false}},"required":["output"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}
```
You must format your output as a JSON value that adheres to a given "JSON Schema" instance.
"JSON Schema" is a declarative language that allows you to annotate and validate JSON documents.
For example, the example "JSON Schema" instance {{"properties": {{"foo": {{"description": "a list of test words", "type": "array", "items": {{"type": "string"}}}}}}, "required": ["foo"]}}}}
would match an object with one required property, "foo". The "type" property specifies "foo" must be an "array", and the "description" property semantically describes it as "a list of test words". The items within "foo" must be strings.
Thus, the object {{"foo": ["bar", "baz"]}} is a well-formatted instance of this example "JSON Schema". The object {{"properties": {{"foo": ["bar", "baz"]}}}} is not well-formatted.
Your output will be parsed and type-checked according to the provided schema instance, so make sure all fields in your output match the schema exactly and there are no trailing commas!
Here is the JSON Schema instance your output must adhere to. Include the enclosing markdown codeblock:
```json
{"type":"object","properties":{"output":{"type":"object","properties":{"name":{"type":"string","description":"Translated entity name (product, category, or property). REQUIRED for all entity types."},"description":{"type":"string","description":"Translated description with all HTML tags and structure preserved. REQUIRED for products and categories. OPTIONAL for properties (only include if provided in input)."},"customFields":{"type":"object","additionalProperties":{"description":"Any value type (string, number, boolean, array, object, null). Translate textual content only, but NEVER change the original value type for that key."},"description":"Translated custom fields object. All original keys must remain unchanged. All values must be translated, including nested strings inside objects or arrays. HTML tags and attributes must remain intact; only text content should be translated. CRITICAL: for each key, keep the exact JSON value type from input (string/number/boolean/array/object/null). OPTIONAL - only include if custom fields were provided in input."},"cmsSlots":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"config":{"anyOf":[{"type":"object","additionalProperties":{},"description":"Translated config JSON. Keys must remain unchanged; translate only string values; preserve HTML tags/attributes and placeholders."},{"type":"array","description":"Translated config JSON. Keys must remain unchanged; translate only string values; preserve HTML tags/attributes and placeholders."}],"description":"Translated config JSON. Keys must remain unchanged; translate only string values; preserve HTML tags/attributes and placeholders."}},"required":["id","config"],"additionalProperties":false},"description":"Translated CMS slot configs for the category. OPTIONAL - only include if cmsSlots were provided in input."},"metaTitle":{"type":"string","description":"SEO meta title generated from translated content. ONLY for products and categories. Do NOT include for properties."},"metaDescription":{"type":"string","description":"SEO meta description generated from translated content. ONLY for products and categories. Do NOT include for properties."},"keywords":{"type":"string","maxLength":250,"description":"Comma-separated SEO keywords based on translated content. ONLY for products and categories. Do NOT include for properties. MAXIMUM 250 characters - keep it concise."}},"required":["name"],"additionalProperties":false}},"required":["output"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}
```
Seller details