Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'Fußball-Verband Mittelrhein e.V.' (community contribution) #1827

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 24 additions & 0 deletions companies/fvm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"slug": "fvm",
"relevant-countries": [
"de"
],
"categories": [
"nonprofit"
],
"name": "Fußball-Verband Mittelrhein e.V.",
"runs": [
"Sportschule Hennef"
],
"address": "Sövener Str. 60\n53773 Hennef",
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 (53773 Hennef) 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": "Sövener Str. 60\n53773 Hennef",
"address": "Sövener Str. 60\n53773 Hennef\nGermany",
Suggested change
"address": "Sövener Str. 60\n53773 Hennef",
"address": "Sövener Str. 60\n53773 Hennef\nDeutschland",

"phone": "02242/91875-0",
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": "02242/91875-0"
}

"fax": "02242/91875-55",
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 /fax is an invalid string.”

Raw error:

{
    "path": "$.fax",
    "pointer": "/fax",
    "message": "The value at /fax is an invalid string.",
    "data": "02242/91875-55"
}

"email": "fvm@fvm.de",
"web": "https://www.fvm.de",
"sources": [
"https://www.fvm.de/datenschutz/",
"https://github.com/datenanfragen/data/pull/1827"
],
"suggested-transport-medium": "email",
"quality": "verified"
}