YANG data models for Junos RPCs include accurate output schemas
The YANG data models for Junos RPCs include accurate output schemas. In earlier releases, the RPC output schemas use the anyxml statement to represent a chunk of XML in the RPC
reply. The Juniper yang GitHub repository includes the updated schemas, and Junos OS emits the new schemas by default. To emit the alternate RPC schemas containing the anyxml statement on the local device, configure the emit-anyxml-in-rpc-output statement at the [edit system services netconf yangmodules] hierarchy level. After you configure the statement, the show system schema command generates the schemas that use anyxml.