Skip to content

Commit 1771908

Browse files
committed
[feature] Introduce the bitag bbl schema
1 parent a98dff9 commit 1771908

2 files changed

Lines changed: 63 additions & 0 deletions

File tree

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
version 1.2
2+
@totalColumns 54
3+
name: BroadbandLabels
4+
date_published: date
5+
regulator_name: string
6+
regulator_version_number: numeric, range(1, 99)
7+
connection_type: string
8+
fcc_registration_number: numeric, range(0000000000, 9999999999)
9+
unique_plan_identifier: string, length(*,26)
10+
network_technology_type: range (0, 999)
11+
provider_name: string, length(*,100)
12+
service_plan_name: length(*,100)
13+
bandwidth_download_units: string, length(4)
14+
bandwidth_download_marketed_low: numeric, length(1,3)
15+
bandwidth_download_marketed_high: numeric, length(1,3)
16+
bandwidth_download_typical_low: numeric, length(1,3)
17+
bandwidth_download_typical_high: numeric, length(1,3)
18+
bandwidth_upload_units: string, length(4)
19+
bandwidth_upload_marketed_low: numeric, length(1,3)
20+
bandwidth_upload_marketed_high: numeric, length(1,3)
21+
bandwidth_upload_typical_low: numeric, length(1,3)
22+
bandwidth_upload_typical_high: numeric, length(1,3)
23+
latency_idle_low: numeric, length(*,10)
24+
latency_idle_high: numeric, length(*,10)
25+
currency: string, length(3)
26+
price_type: string, enumerated string value
27+
price_details: string
28+
price_recurring: numeric
29+
fee_introductory: numeric
30+
fee_introductory_description: string
31+
contract_required: string, length(2,3), enumerated string value
32+
contract_details: string
33+
contract_terms_uri: identifier, uri
34+
fee_one_time_amount: numeric
35+
fee_one_time_details: string
36+
fee_recurring: numeric
37+
fee_recurring_description: string
38+
fee_pass_through_recurring: string
39+
fee_pass_through_recurring_description: string
40+
fee_early_termination: string
41+
fee_early_termination_description: string
42+
government_taxes: string, enumerated string value
43+
policy_data_usage: string, length(2,3), enumerated string value
44+
fee_data_usage: string
45+
fee_data_usage_description: string
46+
uri_data_usage: identifier, uri
47+
restrictions_apply: string, length(2,3), enumerated string value
48+
uri_policy_network_management: identifier, uri
49+
uri_policy_privacy: identifier, uri
50+
uri_customer_support: identifier, uri
51+
customer_support_phone: numeric, length(*,15)
52+
country_code: string, length(3)
53+
asn: string, length(0,4294967295)
54+
uri_policy_additional_terms: identifier, uri
55+
language: string, length(3)
56+
digital_signature: string
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"id": "bitag-bbl-schema-20240827",
3+
"name": "bitag-bbl-schema-20240827",
4+
"version": "1.2.0",
5+
"date": "2024-08-27",
6+
"description": "Broadband Labels schema"
7+
}

0 commit comments

Comments
 (0)