Replaced exclusive with monopolistic/pluralistic

This commit is contained in:
Nathan Schneider
2025-12-02 14:46:45 -07:00
parent 0e437d2b88
commit 8691ee0f7f

View File

@@ -1,10 +1,10 @@
{ {
"name": "Protocol Bicorder", "name": "Protocol Bicorder",
"schema": "bicorder.schema.json", "schema": "bicorder.schema.json",
"version": "1.2.0", "version": "1.2.1",
"description": "A diagnostic tool for the study of protocols", "description": "A diagnostic tool for the study of protocols",
"author": "Nathan Schneider", "author": "Nathan Schneider",
"date_modified": "2025-11-21", "date_modified": "2025-12-02",
"metadata": { "metadata": {
"protocol": null, "protocol": null,
@@ -161,10 +161,10 @@
"shortform": false "shortform": false
}, },
{ {
"term_left": "exclusive", "term_left": "monopolistic",
"term_left_description": "Excludes the use of other protocols that might be available to adopt", "term_left_description": "Excludes the use of other protocols that might be available to adopt",
"term_right": "non-exclusive", "term_right": "pluralistic",
"term_right_description": "Does not exclude the use of any other protocols", "term_right_description": "Interoperates with other protocols and does not exclude their use",
"value": null, "value": null,
"notes": null, "notes": null,
"shortform": false "shortform": false