openapi: 3.0.0 servers: - description: DINA url: https://virtserver.dina-project.net/ info: description: Transaction API Schema version: "0.1.0" title: Transaction Schema - DRAFT contact: email: info@dina-project.net license: name: Apache 2.0 url: 'http://www.apache.org/licenses/LICENSE-2.0.html' paths: /v1/transaction: $ref: 'transaction.yml#/paths/~1v1~1transaction' /v1/transaction/{Id}: $ref: 'transaction.yml#/paths/~1v1~1transaction~1{Id}' /v1/managed-attribute: $ref: 'managed-attribute.yml#/paths/~1v1~1managed-attribute' /v1/managed-attribute/{Id}: $ref: 'managed-attribute.yml#/paths/~1v1~1managed-attribute~1{Id}'