
view.schemas() as Sequence
This function returns all of the schema specifications.
const view = require('/MarkLogic/views');
view.schemas();
// Returns all of the schema specifications.
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.