- Changed media name: yang.collection+xml/yang to application-collection+xml/json
- Modified ietf-netconf-list-pagination.yang:
- changed get-pagable -> get-pageable
- renamed count -> limit
- renamed skip -> offset
- added import ietf-yang-metadata
- added md:annotation remaining
This commit is contained in:
parent
0c7f2043f3
commit
76e59873c2
11 changed files with 57 additions and 29 deletions
|
|
@ -48,11 +48,9 @@ cat <<EOF > $fexample
|
|||
leaf member-id {
|
||||
type string {
|
||||
length "1..80";
|
||||
/*
|
||||
pattern '.*[\n].*' {
|
||||
modifier invert-match;
|
||||
}
|
||||
*/
|
||||
}
|
||||
description
|
||||
"The member's identifier.";
|
||||
|
|
@ -80,11 +78,9 @@ cat <<EOF > $fexample
|
|||
leaf tagline {
|
||||
type string {
|
||||
length "1..80";
|
||||
/*
|
||||
pattern '.*[\n].*' {
|
||||
modifier invert-match;
|
||||
}
|
||||
*/
|
||||
}
|
||||
description
|
||||
"The member's tagline.";
|
||||
|
|
@ -140,11 +136,9 @@ cat <<EOF > $fexample
|
|||
leaf title {
|
||||
type string {
|
||||
length "1..80";
|
||||
/*
|
||||
pattern '.*[\n].*' {
|
||||
modifier invert-match;
|
||||
}
|
||||
*/
|
||||
}
|
||||
description
|
||||
"A one-line title.";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue