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

fatal: JSON Reference "#definitions/vast_companion_type" cannot be resolved #49

Open
headiron opened this issue Jan 3, 2018 · 0 comments

Comments

@headiron
Copy link

headiron commented Jan 3, 2018

Hello.

During run validator for audio type request, I faced above error and found that there is a bug on companion_type definition under audio.

	"audio": {
		"type": "object",
		"required": [ "mimes" ],
		"additionalProperties": false,

....
"companiontype": {
"type": "array",
"items": {
"$ref": "#definitions/vast_companion_type"
}
},
..,

As you see it , "/" is omitted between # & definitions.

Please put the "/" like below.

				"items": {
					"$ref": "#/definitions/vast_companion_type"
				}

I see the problem at openrtb-schema_bid-request_v2-4.json

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