summaryrefslogtreecommitdiffstats
path: root/postman-collections/bookstore-types.yang
diff options
context:
space:
mode:
authorJvD_Ericsson <jeff.van.dam@est.tech>2024-02-15 11:34:36 +0000
committerJeff van Dam <jeff.van.dam@est.tech>2024-02-23 13:04:49 +0000
commit1cbfc28c8a32938228cab4f9f172e2804308b3ec (patch)
treefd3dcb2802d8e5498ef2c4293a574e963cd3e239 /postman-collections/bookstore-types.yang
parentd8580ac133935b6a8ac38bbed2452072510a0b67 (diff)
Create shared postman collections
Issue-ID: CPS-2054 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: I0a7e941bc4accfe00edaf7157df5a8ebabadb187
Diffstat (limited to 'postman-collections/bookstore-types.yang')
-rw-r--r--postman-collections/bookstore-types.yang18
1 files changed, 18 insertions, 0 deletions
diff --git a/postman-collections/bookstore-types.yang b/postman-collections/bookstore-types.yang
new file mode 100644
index 000000000..5ad7b6e13
--- /dev/null
+++ b/postman-collections/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