Skip to content

Conversation

@datenanfragen-community-edits
Copy link
Collaborator

@datenanfragen-community-edits datenanfragen-community-edits commented Sep 16, 2025

This suggestion was submitted through the website.

Edit in: company JSON generator, data editor1

Footnotes

  1. Closed beta

"ads"
],
"name": "Printus GmbH",
"address": "Carl-Zeiss-Str. 1\n77656 Offenburg\n\nLudwig Kimmig-Deck\nDatenschutzbeauftragter\nCarl-Zeiss-Str. 1\n77656 Offenburg",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [recordlint] <end-address-in-country> reported by reviewdog 🐶
Last line of address (77656 Offenburg) is not a country.

We've decided on specific variations for these countries:

  • United States of America
  • The Netherlands
  • Republic of Singapore
Suggested change
"address": "Carl-Zeiss-Str. 1\n77656 Offenburg\n\nLudwig Kimmig-Deck\nDatenschutzbeauftragter\nCarl-Zeiss-Str. 1\n77656 Offenburg",
"address": "Carl-Zeiss-Str. 1\n77656 Offenburg\n\nLudwig Kimmig-Deck\nDatenschutzbeauftragter\nCarl-Zeiss-Str. 1\n77656 Offenburg\nGermany",
Suggested change
"address": "Carl-Zeiss-Str. 1\n77656 Offenburg\n\nLudwig Kimmig-Deck\nDatenschutzbeauftragter\nCarl-Zeiss-Str. 1\n77656 Offenburg",
"address": "Carl-Zeiss-Str. 1\n77656 Offenburg\n\nLudwig Kimmig-Deck\nDatenschutzbeauftragter\nCarl-Zeiss-Str. 1\n77656 Offenburg\nDeutschland",

],
"name": "Printus GmbH",
"address": "Carl-Zeiss-Str. 1\n77656 Offenburg\n\nLudwig Kimmig-Deck\nDatenschutzbeauftragter\nCarl-Zeiss-Str. 1\n77656 Offenburg",
"phone": "0781607100",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [recordlint] <pass-schema> reported by reviewdog 🐶
Record did not pass schema validation: “The value at /phone is an invalid string.”

Raw error:

{
    "path": "$.phone",
    "pointer": "/phone",
    "message": "The value at /phone is an invalid string.",
    "data": "0781607100"
}

"email": "kundenservice@printus.de",
"web": "https://www.printus.de/hilfe/impressum",
"sources": [
"Impressum (https://www.printus.de/hilfe/impressum)",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [recordlint] <pass-schema> reported by reviewdog 🐶
Record did not pass schema validation: “The value at /sources/0 must be a valid URI string but it was not.”

Raw error:

{
    "path": "$.sources[0]",
    "pointer": "/sources/0",
    "message": "The value at /sources/0 must be a valid URI string but it was not.",
    "data": "Impressum (https://www.printus.de/hilfe/impressum)"
}

"web": "https://www.printus.de/hilfe/impressum",
"sources": [
"Impressum (https://www.printus.de/hilfe/impressum)",
"Datenschutzseite (https://www.printus.de/hilfe/datenschutz)",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [recordlint] <pass-schema> reported by reviewdog 🐶
Record did not pass schema validation: “The value at /sources/1 must be a valid URI string but it was not.”

Raw error:

{
    "path": "$.sources[1]",
    "pointer": "/sources/1",
    "message": "The value at /sources/1 must be a valid URI string but it was not.",
    "data": "Datenschutzseite (https://www.printus.de/hilfe/datenschutz)"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

record Issue related to the JSON records via-suggest-api

Development

Successfully merging this pull request may close these issues.

2 participants