Skip to content
Snippets Groups Projects
Commit db98f884 authored by Alice Poggioli's avatar Alice Poggioli
Browse files

update container

parent 72b352a7
No related branches found
Tags v6.5.0-alpha.3
1 merge request!19Enum dropdown radio solid-form-search
...@@ -178,33 +178,103 @@ Let’s have a look on this part : ...@@ -178,33 +178,103 @@ Let’s have a look on this part :
.. code:: json .. code:: json
{ {
"circles": { "@id": "https://api.community.startinblox.com/users/alice/circles/",
"@id": "https://api.alpha.happy-dev.fr/users/alice/circles/", "@type": "ldp:Container",
"@type": "ldp:Container", "ldp:contains": [
"ldp:contains": [ {
"@id": "https://api.community.startinblox.com/circle-members/1/",
"is_admin": true,
"circle": {
"@id": "https://api.community.startinblox.com/circles/1/"
},
"@type": "hd:circlemember",
"permissions": [
{ {
"@id": "https://api.alpha.happy-dev.fr/circle-members/23/" "mode": {
"@type": "view"
}
}, },
{ {
"@id": "https://api.alpha.happy-dev.fr/circle-members/54/" "mode": {
"@type": "delete"
}
}
]
},
{
"@id": "https://api.community.startinblox.com/circle-members/2/",
"is_admin": true,
"circle": {
"@id": "https://api.community.startinblox.com/circles/2/"
},
"@type": "hd:circlemember",
"permissions": [
{
"mode": {
"@type": "view"
}
}, },
{ {
"@id": "https://api.alpha.happy-dev.fr/circle-members/656/" "mode": {
"@type": "delete"
}
} }
], ]
},
{
"@id": "https://api.community.startinblox.com/circle-members/3/",
"is_admin": true,
"circle": {
"@id": "https://api.community.startinblox.com/circles/3/"
},
"@type": "hd:circlemember",
"permissions": [ "permissions": [
{ {
"mode": { "mode": {
"@type": "add" "@type": "view"
} }
}, },
{
"mode": {
"@type": "delete"
}
}
]
},
{
"@id": "https://api.community.startinblox.com/circle-members/4/",
"is_admin": true,
"circle": {
"@id": "https://api.community.startinblox.com/circles/4/"
},
"@type": "hd:circlemember",
"permissions": [
{ {
"mode": { "mode": {
"@type": "view" "@type": "view"
} }
},
{
"mode": {
"@type": "delete"
}
} }
] ]
} }
],
"permissions": [
{
"mode": {
"@type": "add"
}
},
{
"mode": {
"@type": "view"
}
}
],
"@context": "https://cdn.happy-dev.fr/owl/hdcontext.jsonld"
} }
In web semantic language, that’s mean : In web semantic language, that’s mean :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment