All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.dsl.links.SimpleReference.rapid Maven / Gradle / Ivy

There is a newer version: 1.4.2
Show newest version
rapidModel TestDirectReference
	resourceAPI TestDirectReference baseURI "http://modelsolv.com"
		objectResource DataType1Object type DataType1
			referenceLink > dataType1_reference1
				targetResource DataType2Object

			method GET Customer
				request
				response DataType1Object statusCode 200

		objectResource DataType2Object type DataType2
			linkDescriptor DataType2ObjectLink
				dataType2ID

	dataModel TestDirectReference
		structure DataType1
			dataType1ID : string
			CustomerName : string
			dataType1_reference1 : reference DataType2 *

		structure DataType2
			dataType2ID : string






© 2015 - 2024 Weber Informatics LLC | Privacy Policy