Skip to content

Commit

Permalink
test_: fix schema verification warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchminer committed Oct 28, 2024
1 parent a6da6d2 commit 6a84df2
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion tests-functional/schemas/accounts_getKeypairs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/schema#",
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {
"id": {
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion tests-functional/schemas/accounts_hasPairedDevices
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/schema#",
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {
"id": {
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion tests-functional/schemas/accounts_remainingAccountCapacity
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/schema#",
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {
"id": {
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion tests-functional/schemas/signal_mediaserver_started
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$schema": "http://json-schema.org/draft-07/schema",
"type": "object",
"properties": {
"type": {
Expand Down
4 changes: 2 additions & 2 deletions tests-functional/schemas/signal_node_login
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$schema": "http://json-schema.org/draft-07/schema",
"type": "object",
"properties": {
"type": {
Expand Down Expand Up @@ -68,7 +68,7 @@
"address", "currency", "networks/current-network", "dapps-address",
"device-name", "display-name", "eip1581-address", "installation-id",
"key-uid", "latest-derived-path", "link-preview-request-enabled",
"messages-from-contacts-only", "mnemonic", "mutual-contact-enabled?",
"messages-from-contacts-only", "mutual-contact-enabled?",
"name", "networks/networks", "photo-path", "preview-privacy?",
"public-key", "signing-phrase", "default-sync-period",
"send-push-notifications?", "appearance", "profile-pictures-show-to",
Expand Down
2 changes: 1 addition & 1 deletion tests-functional/schemas/signal_node_ready
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$schema": "http://json-schema.org/draft-07/schema",
"type": "object",
"properties": {
"type": {
Expand Down
2 changes: 1 addition & 1 deletion tests-functional/schemas/signal_node_started
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$schema": "http://json-schema.org/draft-07/schema",
"type": "object",
"properties": {
"type": {
Expand Down
2 changes: 1 addition & 1 deletion tests-functional/schemas/wakuext_peers
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/schema#",
"$schema": "http://json-schema.org/draft-07/schema",
"type": "object",
"properties": {
"id": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/schema#",
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {
"id": {
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/schema#",
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {
"error": {
"properties": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/schema#",
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {
"id": {
"type": "integer"
Expand Down
2 changes: 1 addition & 1 deletion tests-functional/schemas/wallet_fetchAllCurrencyFormats
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/schema#",
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {
"id": {
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion tests-functional/schemas/wallet_getCachedCurrencyFormats
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/schema#",
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {
"id": {
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion tests-functional/schemas/wallet_getCryptoOnRamps
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/schema#",
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {
"id": {
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion tests-functional/schemas/wallet_getEthereumChains
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/schema#",
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {
"id": {
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion tests-functional/schemas/wallet_getPendingTransactions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/schema#",
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {
"id": {
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/schema#",
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {
"id": {
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion tests-functional/schemas/wallet_getTokenList
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/schema#",
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {
"id": {
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion tests-functional/schemas/wallet_startWallet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/schema#",
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {
"id": {
"type": "string"
Expand Down

0 comments on commit 6a84df2

Please sign in to comment.