We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7b79bc commit ed9ed1bCopy full SHA for ed9ed1b
1 file changed
app/controllers/ngsi-ld/animal.js
@@ -15,7 +15,7 @@ async function getAnimals(req, res) {
15
const animals = await ngsiLD.listEntities(
16
{
17
type: 'Animal',
18
- format: 'normalized',
+ format: 'simplified',
19
limit: ENTITY_LIMIT
20
},
21
headers
0 commit comments