From 7e6727532f46dbad29e2c53509041326fa8c2596 Mon Sep 17 00:00:00 2001 From: Konrad Abicht Date: Wed, 28 Nov 2018 09:21:41 +0100 Subject: [PATCH 1/3] Added a sentence about not defining any validation for values --- interface-spec.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/interface-spec.html b/interface-spec.html index 8834b9a..1c14c68 100644 --- a/interface-spec.html +++ b/interface-spec.html @@ -106,6 +106,9 @@

Design elements and principles

  • Should allow "upgrading" a plain object into a fully functional triple
  • Interfaces may have additional implementation specific properties.
  • +
  • + We don't define any validation of given values (e.g. IRI, URI, CURIE). + If an implementation enforces valid values, it should state details prominent for the user.
  • From f426935288f8c62a6b0e8747444a242cba7daf3c Mon Sep 17 00:00:00 2001 From: Konrad Abicht Date: Wed, 28 Nov 2018 09:22:47 +0100 Subject: [PATCH 2/3] Mini code nice up --- interface-spec.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interface-spec.html b/interface-spec.html index 1c14c68..f67148c 100644 --- a/interface-spec.html +++ b/interface-spec.html @@ -108,7 +108,8 @@

    Design elements and principles

  • Interfaces may have additional implementation specific properties.
  • We don't define any validation of given values (e.g. IRI, URI, CURIE). - If an implementation enforces valid values, it should state details prominent for the user.
  • + If an implementation enforces valid values, it should state details prominent for the user. +

    From b97605b99f35c7c477e6585d821b626867daeaca Mon Sep 17 00:00:00 2001 From: victor felder Date: Wed, 23 Jan 2019 14:59:38 +0100 Subject: [PATCH 3/3] Update interface-spec.html based on vhf proposal Co-Authored-By: k00ni --- interface-spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface-spec.html b/interface-spec.html index f67148c..36c6101 100644 --- a/interface-spec.html +++ b/interface-spec.html @@ -108,7 +108,7 @@

    Design elements and principles

  • Interfaces may have additional implementation specific properties.
  • We don't define any validation of given values (e.g. IRI, URI, CURIE). - If an implementation enforces valid values, it should state details prominent for the user. + Implementations that apply validation should make this fact clear in their documentation.