awoo
This commit is contained in:
parent
f68515ddb9
commit
8814e642f2
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"@context": {
|
||||||
|
"id": "@id",
|
||||||
|
"type": "@type",
|
||||||
|
"awoo": "https://awoo.systems/ns#",
|
||||||
|
"isCat": "awoo:isCat",
|
||||||
|
"pronouns": "awoo:pronouns"
|
||||||
|
}
|
||||||
|
}
|
|
@ -29,7 +29,7 @@
|
||||||
'PropertyValue "schema:PropertyValue"
|
'PropertyValue "schema:PropertyValue"
|
||||||
'value "schema:value"
|
'value "schema:value"
|
||||||
'discoverable "toot:discoverable"
|
'discoverable "toot:discoverable"
|
||||||
;; todo put an actual ns here
|
;; welcome to the awoo zone
|
||||||
'awoo "https://awoo.systems/ns#"
|
'awoo "https://awoo.systems/ns#"
|
||||||
;; misskey has no ns for this so i'm stealing it
|
;; misskey has no ns for this so i'm stealing it
|
||||||
'isCat "awoo:isCat"
|
'isCat "awoo:isCat"
|
||||||
|
|
Loading…
Reference in New Issue