summaryrefslogtreecommitdiffstats
path: root/integration-test/src/test/resources/data/bookstore/bookstore-types.yang
diff options
context:
space:
mode:
Diffstat (limited to 'integration-test/src/test/resources/data/bookstore/bookstore-types.yang')
-rw-r--r--integration-test/src/test/resources/data/bookstore/bookstore-types.yang18
1 files changed, 18 insertions, 0 deletions
diff --git a/integration-test/src/test/resources/data/bookstore/bookstore-types.yang b/integration-test/src/test/resources/data/bookstore/bookstore-types.yang
new file mode 100644
index 000000000..5ad7b6e13
--- /dev/null
+++ b/integration-test/src/test/resources/data/bookstore/bookstore-types.yang
@@ -0,0 +1,18 @@
+module bookstore-types {
+ yang-version 1.1;
+ namespace "org:onap:cps:types:sample";
+
+ prefix types;
+
+ revision "2024-01-30" {
+ description
+ "Sample Types";
+ }
+
+ typedef year {
+ type uint16 {
+ range "1000..9999";
+ }
+ }
+
+} \ No newline at end of file