ideahub.ideas.list

valid {
    input.Qs.filter == STRING
    input.Qs.orderBy == STRING
    input.Qs.pageSize == INTEGER
    input.Qs.pageToken == STRING
    input.Qs.parent == STRING
    input.ProviderMetadata.Region == STRING
}

ideahub.platforms.properties.ideaActivities.create

enum_GoogleSearchIdeahubV1betaIdeaActivityType := [ "TYPE_UNSPECIFIED", "POST_DRAFTED", "POST_PUBLISHED", "POST_DELETED", "POST_UNPUBLISHED" ]

valid {
    input.Body.ideas[_] == STRING
    input.Body.name == STRING
    input.Body.topics[_] == STRING
    input.Body.type == enum_GoogleSearchIdeahubV1betaIdeaActivityType[_]
    input.Body.uri == STRING
    input.ReqMap.parent == STRING
    input.ProviderMetadata.Region == STRING
}

ideahub.platforms.properties.ideaStates.patch

valid {
    input.Body.dismissed == BOOLEAN
    input.Body.name == STRING
    input.Body.saved == BOOLEAN
    input.ReqMap.name == STRING
    input.Qs.updateMask == STRING
    input.ProviderMetadata.Region == STRING
}

ideahub.platforms.properties.ideas.list

valid {
    input.ReqMap.parent == STRING
    input.Qs.filter == STRING
    input.Qs.orderBy == STRING
    input.Qs.pageSize == INTEGER
    input.Qs.pageToken == STRING
    input.ProviderMetadata.Region == STRING
}

ideahub.platforms.properties.locales.list

valid {
    input.ReqMap.parent == STRING
    input.Qs.pageSize == INTEGER
    input.Qs.pageToken == STRING
    input.ProviderMetadata.Region == STRING
}

ideahub.platforms.properties.topicStates.patch

valid {
    input.Body.dismissed == BOOLEAN
    input.Body.name == STRING
    input.Body.saved == BOOLEAN
    input.ReqMap.name == STRING
    input.Qs.updateMask == STRING
    input.ProviderMetadata.Region == STRING
}