You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2019/12/19 09:40:13 UTC

[sling-org-apache-sling-feature] branch master updated: Update readme.md

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature.git


The following commit(s) were added to refs/heads/master by this push:
     new 4d0acef  Update readme.md
4d0acef is described below

commit 4d0acef159249acfbdc37db2594c2747d55b95f4
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu Dec 19 10:40:07 2019 +0100

    Update readme.md
---
 readme.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/readme.md b/readme.md
index 29a4545..ad28e08 100644
--- a/readme.md
+++ b/readme.md
@@ -22,7 +22,8 @@ requirements and custom artifacts.
 
 Features are the central concept of the Feature Model. Features are typically defined in a Feature file which is
 a JSON file. An example feature file can be found here: https://github.com/apache/sling-org-apache-sling-feature-io/blob/master/design/feature-model.json
-and the JSON Schema for feature files is available from here: https://github.com/apache/sling-org-apache-sling-feature-io/blob/master/src/main/resources/META-INF/feature/Feature-1.0.0.schema.json
+and the JSON Schema for feature files is available from here: https://github.com/apache/sling-org-apache-sling-feature-io/blob/master/src/main/resources/META-INF/feature/Feature-1.0.0.schema.json.
+Serialization/Deserialization into/from this format is available from https://github.com/apache/sling-org-apache-sling-feature-io.
 
 All features have a unique identity.
 Features can have an optional `title`, `description`, `vendor` name, `license`.