-
-
Notifications
You must be signed in to change notification settings - Fork 90
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 'Deutsche Medien-Manufaktur GmbH & Co. KG' (community contribution) #3029
base: master
Are you sure you want to change the base?
Conversation
c1e9194
to
f880379
Compare
"runs": [ | ||
"Landlust" | ||
], | ||
"address": "Hülsebrockstraße 2-8\n48165 Münster", |
There was a problem hiding this comment.
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
(48165 Münster
) is not a country.
We've decided on specific variations for these countries:
United States of America
The Netherlands
Republic of Singapore
"address": "Hülsebrockstraße 2-8\n48165 Münster", | |
"address": "Hülsebrockstraße 2-8\n48165 Münster\nAustria", |
"address": "Hülsebrockstraße 2-8\n48165 Münster", | |
"address": "Hülsebrockstraße 2-8\n48165 Münster\nÖsterreich", |
"address": "Hülsebrockstraße 2-8\n48165 Münster", | |
"address": "Hülsebrockstraße 2-8\n48165 Münster\nGermany", |
"address": "Hülsebrockstraße 2-8\n48165 Münster", | |
"address": "Hülsebrockstraße 2-8\n48165 Münster\nDeutschland", |
"Landlust" | ||
], | ||
"address": "Hülsebrockstraße 2-8\n48165 Münster", | ||
"phone": "025018013110", |
There was a problem hiding this comment.
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": "025018013110"
}
"phone": "025018013110", | ||
"email": "[email protected]", | ||
"sources": [ | ||
"Brief", |
There was a problem hiding this comment.
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": "Brief"
}
{ | ||
"type": "input" | ||
} |
There was a problem hiding this comment.
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 /required-elements/0 is missing the required field 'desc'.”
Raw error:
{
"path": "$.required-elements[0]",
"pointer": "/required-elements/0",
"message": "The value at /required-elements/0 is missing the required field 'desc'.",
"data": {
"type": "input"
}
}
"required-elements": [ | ||
{ | ||
"type": "input" | ||
} | ||
], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [companylint] <name-in-required-elements> reported by reviewdog 🐶
Record has required elements but no name
element.
This suggestion was submitted through the website.
Edit in: company JSON generator, data editor1
Footnotes
Closed beta ↩