"description":"Comma separated list of attribute names (properties or relationships) to be retrieved",
"in":"query",
"required":false,
"schema":{
"type":"string",
"minLength":1
}
}
}
},
"paths":{
"/entities/{entityId}":{
"get":{
"description":"Retrieve an specific Entity from an NGSI-LD system. It's possible to specify the Entity attributes to be retrieved by using query parameters",