-
Notifications
You must be signed in to change notification settings - Fork 3
/
ref17861_properties_view.json
147 lines (147 loc) · 2.71 KB
/
ref17861_properties_view.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
[
{
"id": "1",
"displayName": "Standard Metadata",
"type": "Divider"
},
{
"id": "2",
"displayName": "Date Created",
"namespace": "http://ns.adobe.com/xap/1.0/",
"prefix": "xmp",
"propertyName": "MetadataDate",
"type": "Date"
},
{
"id": "3",
"displayName": "Description",
"namespace": "http://purl.org/dc/elements/1.1/",
"prefix": "dc",
"propertyName": "description",
"type": "Text",
"readOnly": true
},
{
"id": "4",
"displayName": "Creator",
"prefix": "dc",
"namespace": "http://purl.org/dc/elements/1.1/",
"propertyName": "creator",
"type": "MultiText",
"readOnly": false
},
{
"id": "5",
"displayName": "Creator Title",
"prefix": "photoshop",
"namespace": "http://ns.adobe.com/photoshop/1.0/",
"propertyName": "AuthorsPosition",
"type": "Text",
"options": "",
"readOnly": false
},
{
"id": "6",
"displayName": "Headline",
"prefix": "photoshop",
"namespace": "http://ns.adobe.com/photoshop/1.0/",
"propertyName": "Headline",
"type": "Text",
"options": "",
"readOnly": false
},
{
"id": "7",
"displayName": "Keywords",
"prefix": "dc",
"namespace": "http://purl.org/dc/elements/1.1/",
"propertyName": "subject",
"type": "MultiText",
"readOnly": false
},
{
"id": "8",
"displayName": "Pet Shop Metadata",
"type": "Divider"
},
{
"id": "9",
"displayName": "Pet Type",
"namespace": "http://pet.adobe.com",
"prefix": "pet",
"propertyName": "type",
"type": "Dropdown",
"options": [
"Cat",
"Dog",
"Bird",
"Rabbit",
"Others"
]
},
{
"id": "10",
"displayName": "Names",
"namespace": "http://pet.adobe.com",
"prefix": "pet",
"propertyName": "name",
"type": "Text"
},
{
"id": "11",
"displayName": "Breed",
"namespace": "http://pet.adobe.com",
"prefix": "pet",
"propertyName": "breed",
"type": "MultiDropdown",
"options": [
"Labrador Retriever",
"German Shepherd Dog",
"Golden Retriever",
"Bulldog",
"Siamese",
"Ragdoll",
"British Shorthair",
"Persian",
"Maine Coon",
"Others"
]
},
{
"id": "12",
"displayName": "Gender",
"namespace": "http://pet.adobe.com",
"prefix": "pet",
"propertyName": "gender",
"type": "Dropdown",
"options": [
"Male",
"Female"
]
},
{
"id": "13",
"displayName": "Adoption Date",
"namespace": "http://pet.adobe.com",
"prefix": "pet",
"propertyName": "adoptDate",
"type": "Date"
},
{
"id": "14",
"displayName": "Additional Notes",
"namespace": "http://pet.adobe.com",
"prefix": "pet",
"propertyName": "otherNotes",
"type": "MultiText"
},
{
"id": "15",
"displayName": "Coat type",
"prefix": "pet",
"namespace": "http://pet.adobe.com",
"propertyName": "coat",
"type": "Text",
"readOnly": false
}
]