Rewrite attribute parsing logic

This commit is contained in:
Graham Esau 2019-12-08 22:28:49 +00:00
parent 1bdbaaf082
commit 4c4fb1cf36
4 changed files with 141 additions and 92 deletions

View file

@ -11,10 +11,7 @@
"type": "string"
},
"system_cpu_time": {
"default": {
"nanos": 0,
"secs": 0
},
"default": "0.000000000s",
"allOf": [
{
"$ref": "#/definitions/DurationDef"