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

Errors after transforming and validating tournament-cl-g2 #10

Open
trondhuso opened this issue Feb 23, 2017 · 0 comments
Open

Errors after transforming and validating tournament-cl-g2 #10

trondhuso opened this issue Feb 23, 2017 · 0 comments

Comments

@trondhuso
Copy link
Collaborator

In sum:
SportsMetadata shall not have additional properties according to the schema
node validate.js --file ../../output/tournament-cl-g2.json
[ { keyword: 'additionalProperties',
dataPath: '',
schemaPath: '#/additionalProperties',
params: { additionalProperty: 'SportsMetadata' },
message: 'should NOT have additional properties',
schema: false,
parentSchema:
{ type: 'object',
description: 'Metadata and coverage of sporting news. | Good for scores, schedules, standings, statistics, etc.',
allOf: [Object],
additionalProperties: false,
properties: [Object] },
data: { SportsMetadata: [Object], Tournament: [Object] } },
{ keyword: 'additionalProperties',
dataPath: '',
schemaPath: '#/additionalProperties',
params: { additionalProperty: 'Tournament' },
message: 'should NOT have additional properties',
schema: false,
parentSchema:
{ type: 'object',
description: 'Metadata and coverage of sporting news. | Good for scores, schedules, standings, statistics, etc.',
allOf: [Object],
additionalProperties: false,
properties: [Object] },
data: { SportsMetadata: [Object], Tournament: [Object] } } ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant