Skip to content

Commit af40da9

Browse files
committed
fix merge
1 parent a55785c commit af40da9

File tree

3 files changed

+0
-128
lines changed

3 files changed

+0
-128
lines changed

content/create.html

Lines changed: 0 additions & 75 deletions
This file was deleted.

static/schema.json

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,15 @@ const schema = {
55
"media": {"type": "application/json;profile=http://schema.org/SoftwareSourceCode"},
66
"type": "object",
77
"properties": {
8-
<<<<<<< HEAD
98
"@context": {"type": "string", "format": "uri", "default": "http://schema.org"},
109
"@type": {"type": "string", "default": "SoftwareSourceCode"},
11-
=======
12-
"@context": {"type": "string", "format": "uri"},
13-
"@type": {"type": "string"},
14-
>>>>>>> hugo
1510
"name": {"type": "string", "description": "Name of the software"},
1611
"codeRepository": {
1712
"type": "string",
1813
"format": "uri"
1914
},
2015
"programmingLanguage": {"type": "string"},
2116
"license": {"type": "string"},
22-
<<<<<<< HEAD
2317
"description": {"type": "string" },
2418
"creator": {
2519
"title": "Creator",
@@ -39,22 +33,3 @@ const schema = {
3933

4034
}
4135
};
42-
43-
=======
44-
45-
"sameAs": {
46-
"type": "string",
47-
"format": "uri"
48-
},
49-
"url": {
50-
"type": "string",
51-
"format": "uri"
52-
},
53-
"description": {
54-
"title": "Description",
55-
"description": "A short description of the item.",
56-
"type": "string"
57-
}
58-
}
59-
};
60-
>>>>>>> hugo

static/uiSchema.json

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,8 @@
11
const uiSchema= {
2-
<<<<<<< HEAD
3-
42
"@type": {
53
"ui:widget": "hidden"
64
},
75
"@context": {
86
"ui:widget": "hidden"
97
}
10-
=======
11-
firstName: {
12-
"ui:autofocus": true,
13-
"ui:emptyValue": "",
14-
},
15-
age: {
16-
"ui:widget": "updown",
17-
"ui:title": "Age of person",
18-
"ui:description": "(earthian year)",
19-
},
20-
bio: {
21-
"ui:widget": "textarea",
22-
},
23-
password: {
24-
"ui:widget": "password",
25-
"ui:help": "Hint: Make it strong!",
26-
},
27-
date: {
28-
"ui:widget": "alt-datetime",
29-
},
30-
telephone: {
31-
"ui:options": {
32-
inputType: "tel",
33-
},
34-
},
35-
>>>>>>> hugo
368
};

0 commit comments

Comments
 (0)