add support for common swagger style
[optf/osdf.git] / docs / api / swagger / oof-osdf-has-api.json
similarity index 99%
rename from docs/sections/swaggerdoc/oof-osdf-has-api.json
rename to docs/api/swagger/oof-osdf-has-api.json
index 7289ef4..a2fa43f 100644 (file)
         },
         "preferReuse": {
           "type": "boolean",
-         "description": "true if reusing an existing NSI is preferred/false if creating a new NSI is preferred "
+      "description": "true if reusing an existing NSI is preferred/false if creating a new NSI is preferred "
         },
         "subnetCapabilities": {
           "type": "array",
       "properties": {
         "type": {
           "type": "string",
-         "enum": [
-            "NSI", 
-            "NSSI"       
+      "enum": [
+         "NSI", 
+         "NSSI"      
            ],
           "description": "indicates if the request is for NSI/NSSI termination"
         },
       "properties": {
         "existingNSI": {
           "type": "boolean",
-         "description": "true if NSISolution object has shareNSISolution/false if NSISolution object has newNSISolution"
+      "description": "true if NSISolution object has shareNSISolution/false if NSISolution object has newNSISolution"
         },
         "sharedNSISolution": {
           "$ref": "#/definitions/SharedNSISolution"