wireless-vendor-identifiers / schema /bluetooth_assigned_numbers.schema.json
ictrun's picture
Expand dataset with Bluetooth assigned numbers and ecosystem tables
6a8c34b verified
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Bluetooth Assigned Number Metadata",
"type": "object",
"properties": {
"record_id": {
"type": "string"
},
"assigned_number_namespace": {
"type": "string"
},
"assigned_number_value": {
"type": "string"
},
"name": {
"type": "string"
},
"qualified_identifier": {
"type": "string"
},
"parent_namespace": {
"type": "string"
},
"parent_value": {
"type": "string"
},
"reference": {
"type": "string"
},
"source_authority": {
"type": "string"
},
"source_file": {
"type": "string"
},
"source_url": {
"type": "string"
},
"source_snapshot_date": {
"type": "string",
"format": "date"
},
"source_sha256": {
"type": "string"
},
"safe_use_category": {
"type": "string"
},
"dual_use_notes": {
"type": "string"
}
},
"required": [
"record_id",
"assigned_number_namespace",
"assigned_number_value",
"name",
"source_authority",
"source_file",
"source_url"
]
}