Skip to content

Commit 19789ef

Browse files
kjbranchosse101
andauthored
Update schema/m3-items.schema.json
Co-authored-by: Michael McKenzie <mikemck101@gmail.com>
1 parent 6d7f949 commit 19789ef

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

schema/m3-items.schema.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -186,14 +186,8 @@
186186
}
187187
},
188188
"devNote": {
189-
"type": ["string", "array"],
190-
"title": "Dev note field",
191-
"description": "Details or explanations intended for developers of the model.",
192-
"default": "",
193-
"pattern": "^(.*)$",
194-
"items": {
195-
"type": "string"
196-
}
189+
"$ref" : "m3-note.schema.json#/definitions/devNote"
190+
}
197191
}
198192
}
199193
}

0 commit comments

Comments
 (0)