diff --git a/hdmf-common.schema.json b/hdmf-common.schema.json index fc0f381..d0fed16 100644 --- a/hdmf-common.schema.json +++ b/hdmf-common.schema.json @@ -205,7 +205,6 @@ "data_type_def": {"$ref": "#/definitions/protectedString"}, "data_type_inc": {"$ref": "#/definitions/protectedString"}, "quantity": {"$ref": "#/definitions/quantity"}, - "linkable": {"type": "boolean"}, "datasets": {"$ref": "#/definitions/datasets"}, "links": {"$ref": "#/definitions/links"}, "groups": {"$ref": "#/definitions/groups"}, @@ -269,10 +268,7 @@ "data_type_def": {"$ref": "#/definitions/protectedString"}, "data_type_inc": {"$ref": "#/definitions/protectedString"}, "quantity": {"$ref": "#/definitions/quantity"}, - "linkable": {"type": "boolean"}, "attributes": {"$ref": "#/definitions/attributes"}, - "value": {"description": "Optional constant, fixed value for the attribute."}, - "default_value": {"description": "Optional default value for variable-valued attributes."} } } }