Loading TOC...

view.schemas

view.schemas() as Sequence

Summary

This function returns all of the schema specifications.

Example

const view = require('/MarkLogic/views');

view.schemas();

// Returns all of the schema specifications.
   

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.