Skip to content

Commit

Permalink
Corrected minor errors. Removed MS-05 specific schemas.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-r-thorpe committed Feb 13, 2024
1 parent 8822945 commit 116f1de
Show file tree
Hide file tree
Showing 20 changed files with 23 additions and 427 deletions.
12 changes: 6 additions & 6 deletions APIs/ConfigurationAPI.raml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ documentation:
200:
body:
example: !include ../examples/property-value-get-200.json
type: !include schemas/NcMethodResultPropertyValue.json
type: !include schemas/generic-object.json
put:
descriptions: Set value of a property
body:
Expand All @@ -75,8 +75,8 @@ documentation:
responses:
200:
body:
example: !include ../examples/NcMethodResult-get-200.json
type: !include schemas/NcMethodResult.json
example: !include ../examples/property-value-put-200.json
type: !include schemas/generic-object.json
/descriptor:
displayName: Descriptor of property
get:
Expand All @@ -85,7 +85,7 @@ documentation:
200:
body:
example: !include ../examples/property-descriptor-get-200.json
type: !include schemas/NcDatatypeDescriptor.json
type: !include schemas/generic-object.json
/methods:
displayName: Methods
get:
Expand All @@ -103,7 +103,7 @@ documentation:
responses:
200:
body:
type: !include schemas/NcMethodResult.json
type: !include schemas/generic-object.json
/members:
displayName: Members
get:
Expand All @@ -121,4 +121,4 @@ documentation:
200:
body:
example: !include ../examples/class-descriptor-get-200.json
type: !include schemas/NcClassDescriptor.json
type: !include schemas/generic-object.json
57 changes: 0 additions & 57 deletions APIs/schemas/NcClassDescriptor.json

This file was deleted.

37 changes: 0 additions & 37 deletions APIs/schemas/NcDatatypeDescriptor.json

This file was deleted.

23 changes: 0 additions & 23 deletions APIs/schemas/NcDatatypeDescriptorEnum.json

This file was deleted.

10 changes: 0 additions & 10 deletions APIs/schemas/NcDatatypeDescriptorPrimitive.json

This file was deleted.

35 changes: 0 additions & 35 deletions APIs/schemas/NcDatatypeDescriptorStruct.json

This file was deleted.

25 changes: 0 additions & 25 deletions APIs/schemas/NcDatatypeDescriptorTypeDef.json

This file was deleted.

12 changes: 0 additions & 12 deletions APIs/schemas/NcDatatypeType.json

This file was deleted.

18 changes: 0 additions & 18 deletions APIs/schemas/NcDescriptor.json

This file was deleted.

15 changes: 0 additions & 15 deletions APIs/schemas/NcMethodResult.json

This file was deleted.

27 changes: 0 additions & 27 deletions APIs/schemas/NcMethodResultPropertyValue.json

This file was deleted.

26 changes: 0 additions & 26 deletions APIs/schemas/NcMethodStatus.json

This file was deleted.

10 changes: 0 additions & 10 deletions APIs/schemas/NcName.json

This file was deleted.

22 changes: 0 additions & 22 deletions APIs/schemas/NcParameterConstraints.json

This file was deleted.

Loading

0 comments on commit 116f1de

Please sign in to comment.