founders -> founder in organization metadata
The founders property was replaced with founder as part of the overall replacement of plural property names with singular, even when they can optionally take multiple values. This also drops the array since there's only a single value.
This commit is contained in:
parent
a7b7885f55
commit
09b82895e0
@ -139,18 +139,16 @@
|
||||
"https://github.com/GrapheneOS",
|
||||
"https://reddit.com/u/GrapheneOS"
|
||||
],
|
||||
"founders": [
|
||||
{
|
||||
"@type": "Person",
|
||||
"name": "Daniel Micay",
|
||||
"email": "daniel.micay@grapheneos.org",
|
||||
"sameAs": [
|
||||
"https://twitter.com/DanielMicay",
|
||||
"https://github.com/thestinger",
|
||||
"https://reddit.com/u/DanielMicay"
|
||||
]
|
||||
}
|
||||
]
|
||||
"founder": {
|
||||
"@type": "Person",
|
||||
"name": "Daniel Micay",
|
||||
"email": "daniel.micay@grapheneos.org",
|
||||
"sameAs": [
|
||||
"https://twitter.com/DanielMicay",
|
||||
"https://github.com/thestinger",
|
||||
"https://reddit.com/u/DanielMicay"
|
||||
]
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user