Skip to content

Commit f2f7f13

Browse files
author
zhouhao
committed
schema: delete content that is not used
Signed-off-by: zhouhao <[email protected]>
1 parent c91797c commit f2f7f13

File tree

2 files changed

+244
-280
lines changed

2 files changed

+244
-280
lines changed

schema/defs.json

-77
Original file line numberDiff line numberDiff line change
@@ -86,83 +86,6 @@
8686
"type": "object"
8787
}
8888
}
89-
},
90-
"UID": {
91-
"$ref": "#/definitions/uint32"
92-
},
93-
"GID": {
94-
"$ref": "#/definitions/uint32"
95-
},
96-
"ArrayOfGIDs": {
97-
"type": "array",
98-
"items": {
99-
"$ref": "#/definitions/GID"
100-
}
101-
},
102-
"ArrayOfStrings": {
103-
"type": "array",
104-
"items": {
105-
"type": "string"
106-
}
107-
},
108-
"FilePath": {
109-
"type": "string"
110-
},
111-
"Env": {
112-
"$ref": "#/definitions/ArrayOfStrings"
113-
},
114-
"Hook": {
115-
"properties": {
116-
"path": {
117-
"$ref": "#/definitions/FilePath"
118-
},
119-
"args": {
120-
"$ref": "#/definitions/ArrayOfStrings"
121-
},
122-
"env": {
123-
"$ref": "#/definitions/Env"
124-
}
125-
}
126-
},
127-
"ArrayOfHooks": {
128-
"type": "array",
129-
"items": {
130-
"$ref": "#/definitions/Hook"
131-
}
132-
},
133-
"IDMapping": {
134-
"properties": {
135-
"hostID": {
136-
"$ref": "#/definitions/uint32"
137-
},
138-
"containerID": {
139-
"$ref": "#/definitions/uint32"
140-
},
141-
"size": {
142-
"$ref": "#/definitions/uint32"
143-
}
144-
}
145-
},
146-
"Mount": {
147-
"properties": {
148-
"source": {
149-
"$ref": "#/definitions/FilePath"
150-
},
151-
"destination": {
152-
"$ref": "#/definitions/FilePath"
153-
},
154-
"options": {
155-
"$ref": "#/definitions/ArrayOfStrings"
156-
},
157-
"type": {
158-
"type": "string"
159-
}
160-
},
161-
"required": [
162-
"destination",
163-
"source",
164-
"type"
165-
]
16689
}
16790
}
16891
}

0 commit comments

Comments
 (0)