Skip to content

Commit e291bdf

Browse files
committed
fix alphabetical order
1 parent 0c86852 commit e291bdf

File tree

2 files changed

+217
-217
lines changed

2 files changed

+217
-217
lines changed

openapi.yaml

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -905,19 +905,6 @@ paths:
905905
application/json:
906906
schema:
907907
$ref: '#/components/schemas/EmptyResponse'
908-
/sync:
909-
post:
910-
tags:
911-
- RGB
912-
summary: Sync the RGB wallet
913-
description: Sync the RGB wallet
914-
responses:
915-
'200':
916-
description: Successful operation
917-
content:
918-
application/json:
919-
schema:
920-
$ref: '#/components/schemas/EmptyResponse'
921908
/signmessage:
922909
post:
923910
tags:
@@ -936,6 +923,19 @@ paths:
936923
application/json:
937924
schema:
938925
$ref: '#/components/schemas/SignMessageResponse'
926+
/sync:
927+
post:
928+
tags:
929+
- RGB
930+
summary: Sync the RGB wallet
931+
description: Sync the RGB wallet
932+
responses:
933+
'200':
934+
description: Successful operation
935+
content:
936+
application/json:
937+
schema:
938+
$ref: '#/components/schemas/EmptyResponse'
939939
/taker:
940940
post:
941941
tags:
@@ -1004,6 +1004,34 @@ components:
10041004
offchain_inbound:
10051005
type: integer
10061006
example: 0
1007+
AssetCFA:
1008+
type: object
1009+
properties:
1010+
asset_id:
1011+
type: string
1012+
example: rgb:CJkb4YZw-jRiz2sk-~PARPio-wtVYI1c-XAEYCqO-wTfvRZ8
1013+
name:
1014+
type: string
1015+
example: Collectible
1016+
details:
1017+
type: string
1018+
example: asset details
1019+
precision:
1020+
type: integer
1021+
example: 0
1022+
issued_supply:
1023+
type: integer
1024+
example: 777
1025+
timestamp:
1026+
type: integer
1027+
example: 1691160565
1028+
added_at:
1029+
type: integer
1030+
example: 1691161979
1031+
balance:
1032+
$ref: '#/components/schemas/AssetBalanceResponse'
1033+
media:
1034+
$ref: '#/components/schemas/Media'
10071035
AssetMetadataRequest:
10081036
type: object
10091037
properties:
@@ -1041,34 +1069,6 @@ components:
10411069
example: asset details
10421070
token:
10431071
$ref: '#/components/schemas/Token'
1044-
AssetCFA:
1045-
type: object
1046-
properties:
1047-
asset_id:
1048-
type: string
1049-
example: rgb:CJkb4YZw-jRiz2sk-~PARPio-wtVYI1c-XAEYCqO-wTfvRZ8
1050-
name:
1051-
type: string
1052-
example: Collectible
1053-
details:
1054-
type: string
1055-
example: asset details
1056-
precision:
1057-
type: integer
1058-
example: 0
1059-
issued_supply:
1060-
type: integer
1061-
example: 777
1062-
timestamp:
1063-
type: integer
1064-
example: 1691160565
1065-
added_at:
1066-
type: integer
1067-
example: 1691161979
1068-
balance:
1069-
$ref: '#/components/schemas/AssetBalanceResponse'
1070-
media:
1071-
$ref: '#/components/schemas/Media'
10721072
AssetNIA:
10731073
type: object
10741074
properties:

0 commit comments

Comments
 (0)