-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSON pointer to elements in arrays of non-fixed length #1079
Comments
Couple of options for you to try. If everything under Services is write only |
With
Seems to be an invalid syntax. I'm using the |
@ammokhov I have that right don't I? Is this an issue with the python plugin? |
I believe that |
Thanks @ammokhov for the reply.
Yeah, I understand this. What I was asking for was a way to mark only the I just edited my sample schema to include another property Is there a way to do that? |
Kindly let me know if this is the wrong place to ask this question.
Given the following sample schema, property
Services
is an array of non-fixed length.How could I express in the schema that the
Id
property in theService
data is write-only?I mean what json pointers should I put in
writeOnlyProperties
.If the
Services
array is of fixed length, I could list all/properties/Services/0/Id
,/properties/Services/1/Id
, ..., there, but it's of non-fixed length.If it's not possible, is there any other way to express this?
Thanks,
The text was updated successfully, but these errors were encountered: