🐛 fix: Removed node metadata fields in subscription schema to simplify structure

This commit is contained in:
web 2025-09-17 03:19:31 -07:00
parent 49b3dcc591
commit 0cadd83e45

View File

@ -189,19 +189,6 @@ export const subscribeSchema = {
type: 'boolean',
description: 'Whether this protocol is enabled',
},
// Node metadata
Country: {
type: 'string',
description: 'Node country',
},
City: {
type: 'string',
description: 'Node city',
},
Ratio: {
type: 'number',
description: 'Traffic ratio multiplier',
},
// UUID for vmess/vless
UUID: {
type: 'string',