Parent type for BroadcastService #493
danbri
commented
May 14, 2015
Thanks, sounds like a bug. I believe /Service was discussed as a parent. @vholland ?
vholland
commented
May 14, 2015
That is my recollection as well. In particular, inheriting the serviceArea property is needed. I'm guessing I missed adding the supertype when I modified the schema.
danbri
commented
May 14, 2015
Odd, it looks from #315 and 217ac4c that the supertype was added.
I've re-fixed it, and pushed the changes to work-in-progress builds on sdo-ganymede.appspot.com (our next release branch) + http://webschemas.org/BroadcastService which is a kind of volatile/wobbly upstream test site whose name doesn't change per-release.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently
BroadcastServiceis a direct child ofThing.Can we make it a child of
Service, or some other type?