Implement CRUD for PDP data

  • GET/POST content schema endpoint should be in API
{
    "SamplesID": {
        "type": "string",
        "pattern": "^[\\w-.]+:master-data-Samples:[\\w\\-\\.\\:\\%]+:[0-9]*$"
    },
    "PDPSteps": {
        "type": "array",
        "items": [
            {
                "type": "object",
                "properties": {
                    "NetConfiningStress": {
                        "type": "object",
                        "properties": {
                            "Value": {
                                "type": "number"
                            },
                            "UnitOfMeasure": {
                                "type": "string",
                                "pattern": "^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]$"
                            }
                        }
                    },
                    "Permeability": {
                        "type": "object",
                        "properties": {
                            "Value": {
                                "type": "number"
                            },
                            "UnitOfMeasure": {
                                "type": "string",
                                "pattern": "^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]$"
                            }
                        }
                    }
                }
            }
        ]
    },
    "GammaDrawdown": {
        "type": "object",
        "properties": {
            "Value": {
                "type": "number"
            },
            "UnitOfMeasure": {
                "type": "string",
                "pattern": "^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]$"
            }
        }
	},
	"GammaBuildUp": {
		"type": "object",
		"properties": {
			"Value": {
				"type": "number"
			},
			"UnitOfMeasure": {
				"type": "string",
				"pattern": "^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]$"
			}
		}
	},
	"Log10GammaDrawdown": {
		"type": "object",
		"properties": {
			"Value": {
				"type": "number"
			},
			"UnitOfMeasure": {
				"type": "string",
				"pattern": "^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]$"
			}
		}
	},
	"Log10GammaBuildUp": {
		"type": "object",
		"properties": {
			"Value": {
				"type": "number"
			},
			"UnitOfMeasure": {
				"type": "string",
				"pattern": "^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]$"
			}
		}
	},
	"Formation": {
		"type": "string",
		"properties": {
			"Value": {
				"type": "number"
			},
			"UnitOfMeasure": {
				"type": "string",
				"pattern": "^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]$"
			}
		}
	}
}
Edited Nov 14, 2023 by Mykhailo Buriak
Assignee Loading
Time tracking Loading