Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions hyperledger-proposals.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: "3.0.0"
info:
description: "This is the Proposal Definition for the UC4 API."
version: "0.13.1"
version: "0.18.1"
title: "UC4"
tags:
- name: "Proposals"
Expand All @@ -22,29 +22,25 @@ components:
UnsignedTransaction:
type: "object"
properties:
unsignedTransaction:
unsignedTransactionJwt:
type: string
format: Base64
SignedTransaction:
type: "object"
properties:
unsignedTransaction:
unsignedTransactionJwt:
type: string
format: Base64
signature:
type: string
UnsignedProposal:
type: "object"
properties:
unsignedProposal:
unsignedProposalJwt:
type: string
format: Base64
SignedProposal:
type: "object"
properties:
unsignedProposal:
unsignedProposalJwt:
type: string
format: Base64
signature:
type: string
externalDocs:
Expand Down