Update version number in container-tag for F Maintenance Release
[sim/a1-interface.git] / near-rt-ric-simulator / test / EXT_SRV / api / EXT_SRV_api.yaml
index d37db61..4765e81 100644 (file)
@@ -1,19 +1,22 @@
 openapi: 3.0.0
 info:
   title: 'External Server for A1 simulator'
-  version: 2.0.0
+  version: 0.0.1
   description: |
     External test server.
     © 2022, O-RAN Alliance.
     All rights reserved.
+  license:
+    name: Copyright (C) 2022 Nordix Foundation. Licensed under the Apache License.
+    url: http://www.apache.org/licenses/LICENSE-2.0
 externalDocs:
   description: 'An external server building CRUD RestFUL APIs which is provisioned by A1 simulator. It will be a refrence point for the callouts'
-  url: 'https://www.testserver/specifications'
+  url: 'https://docs.o-ran-sc.org/projects/o-ran-sc-sim-a1-interface/en/latest/EXT_SRV_api.html'
 servers:
   - url: '{apiRoot}'
     variables:
       apiRoot:
-        default: 'https://testserver.com'
+        default: 'http://www.example.com'
 paths:
   '/a1policies':
     get: