Skip to content

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Workflow committed Dec 12, 2024
1 parent f3fb4f2 commit aa4bced
Showing 1 changed file with 32 additions and 4 deletions.
36 changes: 32 additions & 4 deletions config/v3/kyc_auth_status/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,24 @@
}
},
"available_services": {
"description": "Services that support this document type.",
"description": "Services that support this document type and the specific name expected by the service.",
"type": "array",
"items": {
"type": "string"
"type": "object",
"required": [
"document_type",
"service"
],
"properties": {
"document_type": {
"description": "The specific document type name expected by the service.",
"type": "string"
},
"service": {
"description": "The name of the service supporting this document type.",
"type": "string"
}
}
}
},
"display_name": {
Expand Down Expand Up @@ -378,10 +392,24 @@
}
},
"available_services": {
"description": "Services that support this document type.",
"description": "Services that support this document type and the specific name expected by the service.",
"type": "array",
"items": {
"type": "string"
"type": "object",
"required": [
"document_type",
"service"
],
"properties": {
"document_type": {
"description": "The specific document type name expected by the service.",
"type": "string"
},
"service": {
"description": "The name of the service supporting this document type.",
"type": "string"
}
}
}
},
"display_name": {
Expand Down

0 comments on commit aa4bced

Please sign in to comment.