Fixed JSONLD schema generation of API documentation

This commit is contained in:
Jan Böhmer 2023-10-01 22:45:39 +02:00
parent 1e52ec42ca
commit 90518056cd
3 changed files with 75 additions and 1 deletions

View file

@ -65,7 +65,7 @@ class APIDocsAvailabilityTest extends WebTestCase
['/api'],
['/api/docs.html'],
['/api/docs.json'],
//['/api/docs.jsonld'],
['/api/docs.jsonld'],
];
}
}